Preparing search index...
The search index is not available
Rhidium
Rhidium
DataStructures
LRUCache
Class LRUCache<T>
Type Parameters
T
extends
NonNullable
<
unknown
>
Hierarchy
LRUCache
<
string
,
T
,
unknown
>
LRUCache
Index
Constructors
constructor
Constructors
constructor
new
LRUCache
<
T
extends
{}
>
(
options
:
LRUCache
<
string
,
T
,
unknown
>
|
Options
<
string
,
T
,
unknown
>
,
)
:
LRUCache
<
T
>
Type Parameters
T
extends
{}
Parameters
options
:
LRUCache
<
string
,
T
,
unknown
>
|
Options
<
string
,
T
,
unknown
>
Returns
LRUCache
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Rhidium
Loading...