Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getQueriesData
Method · 0.95
setQueriesData
Method · 0.95
getOptimisticResult
Method · 0.80
remove
Method · 0.80
fetchOptimistic
Method · 0.80
updateQuery
Method · 0.80
notify
Method · 0.80
dehydrate
Function · 0.80
hydrate
Function · 0.80
persistQueryClient
Function · 0.80
broadcastQueryClient
Function · 0.80
useIsFetching
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected