MCPcopy Create free account
hub / github.com/TanStack/query / getQueryCache

Method getQueryCache

packages/query-core/src/queryClient.ts:445–447  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

443 }
444
445 getQueryCache(): QueryCache {
446 return this.#queryCache
447 }
448
449 getMutationCache(): MutationCache {
450 return this.#mutationCache

Callers 15

ExamplesFunction · 0.95
ExamplesFunction · 0.95
ExamplesFunction · 0.95
ExamplesFunction · 0.95
runFunction · 0.95
WithKnownParametersFunction · 0.80
WithKnownParametersFunction · 0.80
ExamplesFunction · 0.80
ExamplesFunction · 0.80
subscribeMethod · 0.80

Calls

no outgoing calls

Tested by 2

buildQueryFunction · 0.64
makeStateFunction · 0.64