Search
Preparing search index...
The search index is not available
aws-amplify
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
CacheObject
Class CacheObject
Hierarchy
CacheObject
Index
Methods
clear
get
Item
remove
Item
set
Item
Methods
Static
clear
clear
(
)
:
void
Returns
void
Static
get
Item
get
Item
(
key
:
string
)
:
string
|
null
Parameters
key:
string
Returns
string
|
null
Static
remove
Item
remove
Item
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
Static
set
Item
set
Item
(
key
:
string
, value
:
string
)
:
void
Parameters
key:
string
value:
string
Returns
void
Globals
Cache
Object
clear
get
Item
remove
Item
set
Item