@terascope/job-components / index / BigLRUMap
Class: BigLRUMap<V>
Defined in: packages/utils/dist/src/big-lru-map.d.ts:11
Extends
default<string|number,V>
Type Parameters
| Type Parameter |
|---|
V |
Constructors
Constructor
new BigLRUMap<
V>(mapSize,keyArray?,valueArray?):BigLRUMap<V>
Defined in: packages/utils/dist/src/big-lru-map.d.ts:12
Parameters
| Parameter | Type |
|---|---|
mapSize | number |
keyArray? | TypedArray | FlexibleArray |
valueArray? | TypedArray | FlexibleArray |
Returns
BigLRUMap<V>
Overrides
LRUMap<string | number, V>.constructor