Preparing search index...
The search index is not available
cached-prisma
cached-prisma
LruCache
Class LruCache
Implements
Cache
Index
Constructors
constructor
Methods
flush
read
write
Properties
map
Constructors
constructor
new
Lru
Cache
(
size
)
:
LruCache
Parameters
size
:
number
Returns
LruCache
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
:
LruMap
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
flush
read
write
map
cached-prisma
Loading...