Preparing search index...
The search index is not available
cached-prisma
cached-prisma
LfuCache
Class LfuCache
Implements
Cache
Index
Constructors
constructor
Methods
flush
read
write
Properties
map
Constructors
constructor
new
Lfu
Cache
(
size
?
)
:
LfuCache
Parameters
size
:
number
= 1000
Returns
LfuCache
Methods
flush
flush
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
read
read
(
key
)
:
Promise
<
null
|
string
>
Parameters
key
:
string
Returns
Promise
<
null
|
string
>
write
write
(
key
,
value
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
string
Returns
Promise
<
void
>
Properties
Private
map
map
:
LfuMap
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
flush
read
write
map
cached-prisma
Loading...