LimitedCollectionOptions
Signature
export interface LimitedCollectionOptions<K, V>Properties
4Methods
0No methods.
Properties
limit: number;expire: number;onDelete?: (key: K, value: V) => void;resetOnDemand: boolean;export interface LimitedCollectionOptions<K, V>No methods.
limit: number;expire: number;onDelete?: (key: K, value: V) => void;resetOnDemand: boolean;