Options
All
  • Public
  • Public/Protected
  • All
Menu

Module contracts/cache

Enumerations

Interfaces

Type aliases

Type aliases

CacheEventListener

CacheEventListener<Key, Value>: function

Event listener for CacheEvent.

Type parameters

  • Key

    Type of the key.

  • Value

    Type of the value.

Type declaration

    • (key: Key, value: Value): void
    • Parameters

      • key: Key
      • value: Value

      Returns void