@authc/authc-spa-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Local
Storage
Cache
all
Keys
get
remove
set
Hierarchy
LocalStorageCache
Implements
ICache
Index
Methods
all
Keys
get
remove
set
Methods
all
Keys
all
Keys
(
)
:
string
[]
Returns
string
[]
get
get<T>
(
key
:
string
)
:
T
Type parameters
T
Parameters
key:
string
Returns
T
remove
remove
(
key
:
string
)
:
void
Parameters
key:
string
Returns
void
set
set<T>
(
key
:
string
, entry
:
T
)
:
void
Type parameters
T
Parameters
key:
string
entry:
T
Returns
void