Search
Preparing search index...
The search index is not available
RxComp ServerModule
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
CacheItem
Class CacheItem
Hierarchy
CacheItem
Index
Constructors
constructor
Properties
cache
Control
date
max
Age
value
Accessors
expired
Methods
from
Data
to
Data
Constructors
constructor
new
Cache
Item
(
options
?:
ICacheItem
)
:
CacheItem
Parameters
Optional
options:
ICacheItem
Returns
CacheItem
Properties
cache
Control
cache
Control
:
CacheControlType
= CacheControlType.Public
date
date
:
Date
= new Date()
max
Age
max
Age
:
number
= 0
value
value
:
any
Accessors
expired
get
expired
(
)
:
boolean
Returns
boolean
Methods
Static
from
Data
from
Data
(
data
:
string
)
:
CacheItem
Parameters
data:
string
Returns
CacheItem
Static
to
Data
to
Data
(
cacheItem
:
CacheItem
)
:
string
|
undefined
Parameters
cacheItem:
CacheItem
Returns
string
|
undefined
Globals
Cache
Item
constructor
cache
Control
date
max
Age
value
expired
from
Data
to
Data