GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

LimitedCollectionOptions

API/Interfaces/LimitedCollectionOptions
seyfert/lib/collection.d.ts

Signature

export interface LimitedCollectionOptions<K, V>

Properties

4
limitexpireonDeleteresetOnDemand

Methods

0

No methods.

Properties

limit#
limit: number;
expire#
expire: number;
onDelete#
onDelete?: (key: K, value: V) => void;
resetOnDemand#
resetOnDemand: boolean;