Preparing search index...
The search index is not available
cached-prisma
cached-prisma
Hazelcast
Class Hazelcast
Implements
Cache
Index
Constructors
constructor
Methods
close
disconnect
flush
read
write
Properties
client
lifetime
map
Constructors
constructor
new
Hazelcast
(
host
?
,
port
?
,
lifetime
?
,
options
?
)
:
Hazelcast
Parameters
host
:
string
= "0.0.0.0"
port
:
number
= 5701
lifetime
:
number
= 10
options
:
ClientConfig
= {}
Returns
Hazelcast
Methods
close
close
(
)
:
void
Returns
void
disconnect
disconnect
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
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
client
client
:
Promise
<
HazelcastClient
>
Readonly
lifetime
lifetime
:
number
Private
map
map
:
Promise
<
IMap
<
string
,
string
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
close
disconnect
flush
read
write
client
lifetime
map
cached-prisma
Loading...