UNPKG

@ember-data/record-data

Version:

Provides the default resource cache (RecordData) implementation for ember-data

14 lines (11 loc) 455 B
export { default as RecordData } from './record-data'; export { graphFor, peekGraph } from './graph/index'; /** This package provides the default cache implementation used by `ember-data`. Alternative caches can be provided by implementing the associated record-data hooks on the store and providing a class that conforms to the current record-data interface specification. @module @ember-data/record-data @main @ember-data/record-data */