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

Method getQueryCache

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

Source from the content-addressed store, hash-verified

531 }
532
533 getQueryCache(): QueryCache {
534 return this.#queryCache
535 }
536
537 getMutationCache(): MutationCache {
538 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