MCPcopy
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

ExamplesFunction · 0.95
ExamplesFunction · 0.95
ExamplesFunction · 0.95
ExamplesFunction · 0.95
WithKnownParametersFunction · 0.80
WithKnownParametersFunction · 0.80
ExamplesFunction · 0.80
ExamplesFunction · 0.80
useIsFetchingFunction · 0.80
setupDevtoolsFunction · 0.80
ContentViewFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected