lru-cache
GitHub
isaacs projects
benchmark summary
benchmark details
Preparing search index...
LRUCache
Inserter
Type Alias Inserter<K, V>
Inserter
:
(
value
:
V
,
key
:
K
,
reason
:
InsertReason
)
=>
void
A method called upon item insertion, passed as the OptionsBase.insert
Type Parameters
K
V
Type declaration
(
value
:
V
,
key
:
K
,
reason
:
InsertReason
)
:
void
Parameters
value
:
V
key
:
K
reason
:
InsertReason
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
isaacs projects
benchmark summary
benchmark details
lru-cache
Loading...
A method called upon item insertion, passed as the OptionsBase.insert