Class WrappedExpiringStorage<TKey, TValue>

A storage that wraps around another storage and expires resources based on the given (optional) expiry date. Will delete expired entries when trying to get their value. Has a timer that will delete all expired data every hour (default value).

Type Parameters

  • TKey
  • TValue

Implements

Constructors

Properties

Methods

Constructors

Properties

logger: Logger = ...

Methods