Search
Preparing search index...
The search index is not available
@rongcloud/adapter-plugin-rtc - v1.0.9
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@rongcloud/adapter-plugin-rtc - v1.0.9
Storage
Class Storage
Hierarchy
BasicModule
Storage
Index
Constructors
constructor
Methods
__inner
Get
__inner
Remove
__inner
Set
get
remove
set
Constructors
constructor
new
Storage
(
)
:
Storage
Returns
Storage
Methods
__inner
Get
__inner
Get
(
keys
:
string
|
string
[]
)
:
Promise
<
KVString
>
Parameters
keys:
string
|
string
[]
Returns
Promise
<
KVString
>
__inner
Remove
__inner
Remove
(
key
:
string
, msg
:
IStorageMessage
)
:
Promise
<
void
>
Parameters
key:
string
msg:
IStorageMessage
Returns
Promise
<
void
>
__inner
Set
__inner
Set
(
key
:
string
, value
:
string
, msg
?:
IStorageMessage
)
:
Promise
<
void
>
Parameters
key:
string
value:
string
Optional
msg:
IStorageMessage
Returns
Promise
<
void
>
get
get
(
keys
:
string
|
string
[]
)
:
Promise
<
KVString
>
Parameters
keys:
string
|
string
[]
Returns
Promise
<
KVString
>
remove
remove
(
key
:
string
, msg
:
IStorageMessage
)
:
Promise
<
void
>
Parameters
key:
string
msg:
IStorageMessage
Returns
Promise
<
void
>
set
set
(
key
:
string
, value
:
string
, msg
?:
IStorageMessage
)
:
Promise
<
void
>
Parameters
key:
string
value:
string
Optional
msg:
IStorageMessage
Returns
Promise
<
void
>
Exports
Storage
constructor
__inner
Get
__inner
Remove
__inner
Set
get
remove
set
Generated using
TypeDoc