Class CacheCapabilitiesManager
publicCacheCapabilitiesManager provides encapsulated API access to the minimal
subset of the Store's functionality that Cache implementations
should interact with. It is provided to the Store's createCache
hook.
Cache implementations should not need more than this API provides.
This class cannot be directly instantiated.
identifierCache public
Defined in ../packages/store/src/-types/q/cache-capabilities-manager.ts:24
Provides access to the IdentifierCache instance for this Store instance.
The IdentifierCache can be used to peek, generate or retrieve a stable unique identifier for any resource.
schema public
Defined in ../packages/store/src/-types/q/cache-capabilities-manager.ts:51
Provides access to the SchemaService instance for this Store instance.
The SchemaService can be used to query for information about the schema of a resource.