Preparing search index...
The search index is not available
anidb-udp-client
anidb-udp-client
AnidbCacheImplType
Interface AnidbCacheImplType
Hierarchy
AnidbCacheImplType
Implemented by
SimplePersistentCache
Index
Properties
set
Methods
get
Properties
set
set
:
(
(
key
:
string
, value
:
CachableValue
)
=>
Promise
<
void
>
)
Type declaration
(
key
:
string
, value
:
CachableValue
)
:
Promise
<
void
>
Parameters
key:
string
value:
CachableValue
Returns
Promise
<
void
>
Methods
get
get
<
T
>
(
key
:
string
)
:
Promise
<
CachedReturn
<
T
>
>
Type Parameters
T
extends
CachableValue
Parameters
key:
string
Returns
Promise
<
CachedReturn
<
T
>
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Modules
anidb-
udp-
client
Anidb
Cache
Impl
Type
set
get
Generated using
TypeDoc