@ipregistry/client
Preparing search index...
IpregistryCache
Interface IpregistryCache<V>
interface
IpregistryCache
<
V
=
IpregistryCacheValue
>
{
get
(
key
:
string
)
:
V
|
undefined
;
invalidate
(
key
:
string
)
:
void
;
invalidateAll
()
:
void
;
put
(
key
:
string
,
data
:
V
)
:
void
;
}
Type Parameters
V
=
IpregistryCacheValue
Implemented by
InMemoryCache
NoCache
Index
Methods
get
invalidate
invalidate
All
put
Methods
get
get
(
key
:
string
)
:
V
|
undefined
Parameters
key
:
string
Returns
V
|
undefined
invalidate
invalidate
(
key
:
string
)
:
void
Parameters
key
:
string
Returns
void
invalidate
All
invalidateAll
()
:
void
Returns
void
put
put
(
key
:
string
,
data
:
V
)
:
void
Parameters
key
:
string
data
:
V
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
invalidate
invalidate
All
put
@ipregistry/client
Loading...