Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/query
/ getQueryCache
Method
getQueryCache
packages/query-core/src/queryClient.ts:457–459 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
455
}
456
457
getQueryCache(): QueryCache {
458
return
this.#queryCache
459
}
460
461
getMutationCache(): MutationCache {
462
return
this.#mutationCache
Callers
15
Examples
Function · 0.95
Examples
Function · 0.95
Examples
Function · 0.95
Examples
Function · 0.95
WithKnownParameters
Function · 0.80
WithKnownParameters
Function · 0.80
Examples
Function · 0.80
Examples
Function · 0.80
useIsFetching
Function · 0.80
setupDevtools
Function · 0.80
ReactQueryStreamedHydration
Function · 0.80
ContentView
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected