@ipregistry/client
Preparing search index...
NoCache
Class NoCache<V>
Type Parameters
V
=
IpregistryCacheValue
Implements
IpregistryCache
<
V
>
Index
Constructors
constructor
Methods
get
invalidate
invalidate
All
put
Constructors
constructor
new
NoCache
<
V
=
IpregistryCacheValue
>
()
:
NoCache
<
V
>
Type Parameters
V
=
IpregistryCacheValue
Returns
NoCache
<
V
>
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
Constructors
constructor
Methods
get
invalidate
invalidate
All
put
@ipregistry/client
Loading...