Class CacheStoreWrapper

public

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.

Show:

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.