Search
Preparing search index...
The search index is not available
helper-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
helper-js
Cache
Class Cache
Hierarchy
Cache
Index
Constructors
constructor
Properties
store
Methods
forget
has
remember
Constructors
constructor
new
Cache
(
)
:
Cache
Returns
Cache
Properties
store
store
:
{}
= {}
Type declaration
Methods
forget
forget
(
name
:
string
)
:
void
Parameters
name:
string
Returns
void
has
has
(
name
:
string
)
:
boolean
Parameters
name:
string
Returns
boolean
remember
remember
(
name
:
string
, getter
:
(
(
)
=>
any
)
)
:
any
Parameters
name:
string
getter:
(
(
)
=>
any
)
(
)
:
any
Returns
any
Returns
any
Exports
Cache
constructor
store
forget
has
remember
Generated using
TypeDoc