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
has
read
write
Methods
has
has
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
read
read
(
key
:
string
)
:
T
|
undefined
Parameters
key:
string
Returns
T
|
undefined
write
write
(
key
:
string
, value
:
T
)
:
void
Parameters
key:
string
value:
T
Returns
void
Globals
"cache/cache"
Cache
has
read
write
Generated using
TypeDoc