reflectos-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Cache
Manager
constructor
cache
Name
file
Path
clear
get
store
Hierarchy
CacheManager
Index
Constructors
constructor
Properties
cache
Name
file
Path
Methods
clear
get
store
Constructors
constructor
new
Cache
Manager
(
cacheName
:
string
)
:
CacheManager
Parameters
cacheName:
string
Returns
CacheManager
Properties
Private
cache
Name
cache
Name
:
string
Private
file
Path
file
Path
:
string
Methods
clear
clear
(
)
:
boolean
Returns
boolean
get
get
(
name
:
string
)
:
any
Parameters
name:
string
Returns
any
store
store
(
name
:
string
, value
:
string
)
:
boolean
Parameters
name:
string
value:
string
Returns
boolean
Generated using
TypeDoc