Class KeyUpdatedCacheEvent<TType>

The event is dispatched when key is updated.

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

Type Parameters

  • TType = unknown

Hierarchy (View Summary)

Constructors

Properties

Constructors

Properties

fields: { key: string; value: TType }