api-def API Reference
Preparing search index...
LocalForageClientCacheBackend
Class LocalForageClientCacheBackend
Implements
ClientCacheBackend
Index
Constructors
constructor
Methods
clear
get
Item
remove
Item
set
Item
Constructors
constructor
new
LocalForageClientCacheBackend
(
localforage
:
any
,
)
:
LocalForageClientCacheBackend
Parameters
localforage
:
any
Returns
LocalForageClientCacheBackend
Methods
clear
clear
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Item
getItem
(
key
:
string
)
:
Promise
<
any
>
Parameters
key
:
string
Returns
Promise
<
any
>
remove
Item
removeItem
(
key
:
string
)
:
Promise
<
void
>
Parameters
key
:
string
Returns
Promise
<
void
>
set
Item
setItem
(
key
:
string
,
value
:
any
)
:
Promise
<
void
>
Parameters
key
:
string
value
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
clear
get
Item
remove
Item
set
Item
api-def API Reference
Loading...