AppleSauce
Preparing search index...
applesauce-core
Helpers
EncryptedContentCache
Interface EncryptedContentCache
An interface that is used to cache encrypted content on events
interface
EncryptedContentCache
{
getItem
:
(
key
:
string
)
=>
Promise
<
null
|
string
>
;
setItem
:
(
key
:
string
,
value
:
string
)
=>
Promise
<
any
>
;
}
Index
Properties
get
Item
set
Item
Properties
get
Item
getItem
:
(
key
:
string
)
=>
Promise
<
null
|
string
>
set
Item
setItem
:
(
key
:
string
,
value
:
string
)
=>
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Item
set
Item
AppleSauce
Loading...
An interface that is used to cache encrypted content on events