AppleSauce
Preparing search index...
applesauce-loaders
Loaders
AsyncIdentityCache
Type Alias AsyncIdentityCache
type
AsyncIdentityCache
=
{
load
:
(
address
:
string
,
)
=>
Promise
<
Identity
|
undefined
>
|
Identity
|
undefined
;
save
:
(
identities
:
Record
<
string
,
Identity
>
)
=>
Promise
<
void
>
|
void
;
}
Index
Properties
load
save
Properties
load
load
:
(
address
:
string
)
=>
Promise
<
Identity
|
undefined
>
|
Identity
|
undefined
Loads a single identity
save
save
:
(
identities
:
Record
<
string
,
Identity
>
)
=>
Promise
<
void
>
|
void
Saves a batch of identities
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
load
save
AppleSauce
Loading...
Loads a single identity