Endo API documentation
Preparing search index...
@endo/cache-map
CacheMapKit
Interface CacheMapKit<C, K, V>
interface
CacheMapKit
<
C
extends
MapConstructor
|
WeakMapConstructor
=
WeakMapConstructor
,
K
extends
Parameters
<
InstanceType
<
C
>
[
"set"
]
>
[
0
]
=
Parameters
<
InstanceType
<
C
>
[
"set"
]
,
>
[
0
]
,
V
extends
unknown
=
unknown
,
>
{
cache
:
WeakMapAPI
<
K
,
V
>
;
getMetrics
:
()
=>
CacheMapMetrics
;
}
Type Parameters
C
extends
MapConstructor
|
WeakMapConstructor
=
WeakMapConstructor
K
extends
Parameters
<
InstanceType
<
C
>
[
"set"
]
>
[
0
]
=
Parameters
<
InstanceType
<
C
>
[
"set"
]
>
[
0
]
V
extends
unknown
=
unknown
Index
Properties
cache
get
Metrics
Properties
cache
cache
:
WeakMapAPI
<
K
,
V
>
get
Metrics
getMetrics
:
()
=>
CacheMapMetrics
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
get
Metrics
Endo API documentation
Loading...