Preparing search index...
The search index is not available
walletkit
walletkit
DefaultCacheManager
Class DefaultCacheManager
Hierarchy
DefaultCacheManager
Implements
CacheManager
Index
Constructors
constructor
Properties
application
Methods
clear
get
Async
Cache
Map
get
Cache
Map
Constructors
constructor
new
Default
Cache
Manager
(
)
:
DefaultCacheManager
Returns
DefaultCacheManager
Properties
Private
application
application
:
Record
<
string
,
CacheMap
<
any
,
any
>
>
Methods
clear
clear
(
scope
:
CacheScope
)
:
void
Parameters
scope:
CacheScope
Returns
void
get
Async
Cache
Map
get
Async
Cache
Map
(
key
:
string
, options
?:
CacheMapOptions
)
:
undefined
Parameters
key:
string
options:
CacheMapOptions
= {}
Returns
undefined
get
Cache
Map
get
Cache
Map
(
key
:
string
, options
?:
CacheMapOptions
)
:
undefined
|
CacheMap
<
any
,
any
>
Parameters
key:
string
options:
CacheMapOptions
= {}
Returns
undefined
|
CacheMap
<
any
,
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
walletkit
adapter
api
ethereum
Default
Cache
Manager
constructor
application
clear
get
Async
Cache
Map
get
Cache
Map
Generated using
TypeDoc