@authc/authc-spa-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Cache
Key
Manifest
constructor
add
clear
get
remove
Hierarchy
CacheKeyManifest
Index
Constructors
constructor
Methods
add
clear
get
remove
Constructors
constructor
new
Cache
Key
Manifest
(
cache
:
ICache
, clientId
:
string
)
:
CacheKeyManifest
Parameters
cache:
ICache
clientId:
string
Returns
CacheKeyManifest
Methods
add
add
(
key
:
string
)
:
Promise
<
void
>
Parameters
key:
string
Returns
Promise
<
void
>
clear
clear
(
)
:
MaybePromise
<
void
>
Returns
MaybePromise
<
void
>
get
get
(
)
:
MaybePromise
<
KeyManifestEntry
>
Returns
MaybePromise
<
KeyManifestEntry
>
remove
remove
(
key
:
string
)
:
Promise
<
void
>
Parameters
key:
string
Returns
Promise
<
void
>