Skip to content

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

ts
type CacheOperation = "added" | "removed" | "updated" | "state";

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

Released under the MIT License.