Type Alias WrittenCacheEvent<TType>

WrittenCacheEvent:
    | AddedCacheEvent<TType>
    | UpdatedCacheEvent<TType>
    | RemovedCacheEvent
    | IncrementedCacheEvent
    | DecrementedCacheEvent

The event is dispatched when key is updated or added.

IMPORT_PATH: "@daiso-tech/core/cache/contracts"

Type Parameters

  • TType = unknown