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