W3cubDocs

/Ember.js 4

Class IdentifierCache

public
Defined in: ../packages/store/addon/-private/caches/identifier-cache.ts:116
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.

© 2022 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember-data/4.9/classes/IdentifierCache