constructor Method
Construct a new LRUDictionary to hold up to limit entries.
LRUDictionary(limit: number, compareKeys: OrderedComparator<K>): LRUDictionary
| Parameter | Type | Description | 
|---|---|---|
| limit | number | The maximum number of entries permitted in the dictionary. | 
| compareKeys | OrderedComparator<K> | The function used to compare keys within the dictionary. | 
Defined in
Last Updated: 08 January, 2020