Loom Engine - v3.1.1
GitHub
TheWorldTable.ai
Preparing search index...
LRUCacheOptions
Interface LRUCacheOptions<V>
interface
LRUCacheOptions
<
V
>
{
capacity
?:
number
;
onEvict
?:
(
key
:
string
,
value
:
V
)
=>
void
;
}
Type Parameters
V
Index
Properties
capacity?
on
Evict?
Properties
Optional
capacity
capacity
?:
number
Optional
on
Evict
onEvict
?:
(
key
:
string
,
value
:
V
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
capacity
on
Evict
GitHub
TheWorldTable.ai
Loom Engine - v3.1.1
Loading...