@iocium/rdap-lite - v1.0.1
Preparing search index...
RDAPCache
Interface RDAPCache
Interface for pluggable cache systems.
interface
RDAPCache
{
get
:
(
key
:
string
)
=>
Promise
<
any
>
;
set
:
(
key
:
string
,
value
:
any
,
ttlSeconds
?:
number
)
=>
Promise
<
void
>
;
}
Index
Properties
get
set
Properties
get
get
:
(
key
:
string
)
=>
Promise
<
any
>
set
set
:
(
key
:
string
,
value
:
any
,
ttlSeconds
?:
number
)
=>
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
set
@iocium/rdap-lite - v1.0.1
Loading...
Interface for pluggable cache systems.