Search
Preparing search index...
The search index is not available
liquidjs
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"cache/cache"
Cache
Interface Cache<T>
Type parameters
T
Hierarchy
Cache
Implemented by
LRU
Index
Methods
read
write
Methods
read
read
(
key
:
string
)
:
T
|
undefined
|
Promise
<
T
|
undefined
>
Parameters
key:
string
Returns
T
|
undefined
|
Promise
<
T
|
undefined
>
write
write
(
key
:
string
, value
:
T
)
:
void
|
Promise
<
void
>
Parameters
key:
string
value:
T
Returns
void
|
Promise
<
void
>
Globals
"cache/cache"
Cache
read
write
Generated using
TypeDoc