Interface LifetimeFilterOptions<Key, Value>

Type Parameters

  • Key

  • Value

Hierarchy

  • LifetimeFilterOptions

Properties

excludeFromSweep?: ((value, key, collection) => boolean)

Type declaration

    • (value, key, collection): boolean
    • Parameters

      Returns boolean

getComparisonTimestamp?: ((value, key, collection) => number)

Type declaration

    • (value, key, collection): number
    • Parameters

      Returns number

lifetime?: number

Generated using TypeDoc