Documentation
Preparing search index...
@mysten/sui
client
ClientCacheOptions
Interface ClientCacheOptions
interface
ClientCacheOptions
{
cache
?:
Map
<
string
,
unknown
>
;
prefix
?:
string
[]
;
}
Index
Properties
cache?
prefix?
Properties
Optional
cache
cache
?:
Map
<
string
,
unknown
>
Optional
prefix
prefix
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
prefix
Documentation
Loading...