Class CacheStoreWrapper
public
Module:
@ember-data/store
CacheStoreWrapper 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 createRecordDataFor
and createCache
hooks.
Cache implementations should not need more than this API provides.
This class cannot be directly instantiated.
identifierCache public
Module:
@ember-data/store
Defined in ../ember-data-types/q/cache-store-wrapper.ts:28
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.