Skip to main content

@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

ParameterType
mapSizenumber
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