Preparing search index...
The search index is not available
PAOIDCClient
PAOIDCClient
InMemoryStateStore
Class InMemoryStateStore<T>
Type Parameters
T
=
any
Hierarchy (
View Summary
)
StateStore
<
T
>
InMemoryStateStore
Index
Constructors
constructor
Properties
map
prefix
Methods
clear
del
get
init?
set
Constructors
constructor
new
InMemoryStateStore
<
T
=
any
>
(
prefix
?:
string
)
:
InMemoryStateStore
<
T
>
Type Parameters
T
=
any
Parameters
prefix
:
string
= ""
Returns
InMemoryStateStore
<
T
>
Properties
map
map
:
Map
<
any
,
any
>
= ...
prefix
prefix
:
string
Methods
clear
clear
(
before
?:
number
)
:
Promise
<
void
>
Parameters
Optional
before
:
number
Returns
Promise
<
void
>
del
del
(
key
:
string
)
:
Promise
<
void
>
Parameters
key
:
string
Returns
Promise
<
void
>
get
get
(
key
:
string
)
:
Promise
<
any
>
Parameters
key
:
string
Returns
Promise
<
any
>
Optional
init
init
()
:
Promise
<
StateStore
<
T
>
>
Returns
Promise
<
StateStore
<
T
>
>
set
set
(
key
:
string
,
value
:
any
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
map
prefix
Methods
clear
del
get
init
set
PAOIDCClient
Loading...