Skip to content

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

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

Defined in: packages/store/src/-private/managers/notification-manager.ts:13

Released under the MIT License.