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

Class

packages/query-core/src/queryCache.ts:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90// CLASS
91
92export class QueryCache extends Subscribable<QueryCacheListener> {
93 #queries: QueryStore
94
95 constructor(public config: QueryCacheConfig = {}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected