Skip to content

Documentation / @ember-data/store / index / DocumentCacheOperation

ts
type DocumentCacheOperation = "invalidated" | "added" | "removed" | "updated" | "state";

Defined in: warp-drive-packages/core/declarations/store/-private/managers/notification-manager.d.ts:5

Released under the MIT License.