Class IdentifierCache
public
Module:
@ember-data/store
Each instance of {Store} receives a unique instance of a IdentifierCache.
This cache is responsible for assigning or retrieving the unique identify for arbitrary resource data encountered by the store. Data representing a unique resource or record should always be represented by the same identifier.
It can be configured by consuming applications.
Methods
- createIdentifierForNewRecord
- forgetRecordIdentifier
- getOrCreateDocumentIdentifier
- getOrCreateRecordIdentifier
- updateRecordIdentifier
Properties
No documented items
Events
No documented items