Endo API documentation
Preparing search index...
@endo/cache-map
CacheMapCell
Interface CacheMapCell<K, V>
interface
CacheMapCell
<
K
,
V
>
{
data
:
SingleEntryMap
<
K
,
V
>
;
id
:
number
;
next
:
CacheMapCell
<
K
,
V
>
;
prev
:
CacheMapCell
<
K
,
V
>
;
}
Type Parameters
K
V
Index
Properties
data
id
next
prev
Properties
data
data
:
SingleEntryMap
<
K
,
V
>
id
id
:
number
for debugging
next
next
:
CacheMapCell
<
K
,
V
>
prev
prev
:
CacheMapCell
<
K
,
V
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
id
next
prev
Endo API documentation
Loading...
for debugging