Preparing search index...
The search index is not available
@bluelibs/runner - v3.1.1
@bluelibs/runner
definitions
ICacheInstance
Interface ICacheInstance
interface
ICacheInstance
{
clear
(
)
:
void
;
get
(
key
:
string
)
:
any
;
set
(
key
:
string
,
value
:
any
)
:
void
;
}
Index
Methods
clear
get
set
Methods
clear
clear
(
)
:
void
Returns
void
get
get
(
key
)
:
any
Parameters
key
:
string
Returns
any
set
set
(
key
,
value
)
:
void
Parameters
key
:
string
value
:
any
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
clear
get
set
@bluelibs/runner - v3.1.1
Loading...