Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
plugin
HonuaPluginCacheService
Interface HonuaPluginCacheService
Experimental
interface
HonuaPluginCacheService
{
get
:
(
(
key
:
string
)
=>
Promise
<
unknown
>
)
;
set
?:
(
(
key
:
string
,
value
:
unknown
)
=>
Promise
<
void
>
)
;
}
Index
Properties
get
set?
Properties
Readonly
get
get
:
(
(
key
:
string
)
=>
Promise
<
unknown
>
)
Optional
Readonly
set
set
?:
(
(
key
:
string
,
value
:
unknown
)
=>
Promise
<
void
>
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
set
@honua/sdk-js
Loading...