MCPcopy Index your code
hub / github.com/SvelteStack/svelte-query / getQueryCache

Method getQueryCache

src/queryCore/core/queryClient.ts:519–521  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

517 }
518
519 getQueryCache(): QueryCache {
520 return this.queryCache
521 }
522
523 getMutationCache(): MutationCache {
524 return this.mutationCache

Callers 12

getQueriesDataMethod · 0.95
setQueriesDataMethod · 0.95
getOptimisticResultMethod · 0.80
removeMethod · 0.80
fetchOptimisticMethod · 0.80
updateQueryMethod · 0.80
notifyMethod · 0.80
dehydrateFunction · 0.80
hydrateFunction · 0.80
persistQueryClientFunction · 0.80
broadcastQueryClientFunction · 0.80
useIsFetchingFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected