lru-cache
GitHub
isaacs projects
benchmark summary
benchmark details
Preparing search index...
LRUCache
Memoizer
Type Alias Memoizer<K, V, FC>
Memoizer
:
(
key
:
K
,
staleValue
:
V
|
undefined
,
options
:
MemoizerOptions
<
K
,
V
,
FC
>
,
)
=>
V
the type signature for the
OptionsBase.memoMethod
option.
Type Parameters
K
V
FC
=
unknown
Type declaration
(
key
:
K
,
staleValue
:
V
|
undefined
,
options
:
MemoizerOptions
<
K
,
V
,
FC
>
)
:
V
Parameters
key
:
K
staleValue
:
V
|
undefined
options
:
MemoizerOptions
<
K
,
V
,
FC
>
Returns
V
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
isaacs projects
benchmark summary
benchmark details
lru-cache
Loading...
the type signature for the OptionsBase.memoMethod option.