AppleSauce
Preparing search index...
applesauce-accounts
DecryptionCache
Interface DecryptionCache
An interface for caching decrypted content of events
interface
DecryptionCache
{
getContent
(
event
:
Event
)
:
Promise
<
string
>
;
setContent
(
event
:
Event
,
content
:
string
)
:
Promise
<
void
>
;
}
Index
Methods
get
Content
set
Content
Methods
get
Content
getContent
(
event
:
Event
)
:
Promise
<
string
>
Parameters
event
:
Event
Returns
Promise
<
string
>
set
Content
setContent
(
event
:
Event
,
content
:
string
)
:
Promise
<
void
>
Parameters
event
:
Event
content
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Content
set
Content
AppleSauce
Loading...
An interface for caching decrypted content of events