AWS Amplify JS API
AWS Amplify JS Dev Center
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Cache
Object
clear
get
Item
remove
Item
set
Item
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