Search
Preparing search index...
The search index is not available
@bestdoctor/ke-beta
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@bestdoctor/ke-beta
LocalCache
Class LocalCache
Hierarchy
LocalCache
Implements
ResponseCache
Index
Constructors
constructor
Properties
cache
Time
key
Space
Methods
get
set
Constructors
constructor
new
Local
Cache
(
cacheTime
?:
number
)
:
LocalCache
Parameters
cacheTime:
number
= 0
Returns
LocalCache
Properties
Readonly
cache
Time
cache
Time
:
number
= 0
key
Space
key
Space
:
Record
<
string
,
CachedValue
>
= {}
Methods
get
get
(
cacheKey
:
string
, cacheTime
?:
number
)
:
any
Parameters
cacheKey:
string
cacheTime:
number
= ...
Returns
any
set
set
(
cacheKey
:
string
, value
:
any
)
:
void
Parameters
cacheKey:
string
value:
any
Returns
void
Exports
Local
Cache
constructor
cache
Time
key
Space
get
set
Generated using
TypeDoc