Class KeyDecrementedCacheEvent

The event is dispatched when key is decremented.

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

Hierarchy (View Summary)

  • BaseEvent<{ key: string; value: number }>
    • KeyDecrementedCacheEvent

Constructors

Properties

Constructors

Properties

fields: { key: string; value: number }