vlocode-project - v2.4.3
Preparing search index...
salesforce/src
CachedQueryRunner
Class CachedQueryRunner
Implements
QueryRunner
Index
Constructors
constructor
Properties
cache
query
Cache
Enabled
runner
Methods
clear
Cache
enabled
execute
is
Cache
Enabled
Constructors
constructor
new
CachedQueryRunner
(
runner
:
QueryRunner
)
:
CachedQueryRunner
Parameters
runner
:
QueryRunner
Returns
CachedQueryRunner
Properties
Private
Readonly
cache
cache
:
QueryCache
= ...
Private
query
Cache
Enabled
queryCacheEnabled
:
boolean
= true
Private
Readonly
runner
runner
:
QueryRunner
Methods
clear
Cache
clearCache
()
:
void
Returns
void
enabled
enabled
(
state
?:
boolean
)
:
boolean
Parameters
Optional
state
:
boolean
Returns
boolean
execute
execute
<
T
extends
object
=
object
,
K
extends
PropertyKey
=
keyof
T
>
(
query
:
string
,
cancelToken
?:
CancellationToken
,
)
:
Promise
<
QueryResult
<
T
,
K
>
[]
>
Type Parameters
T
extends
object
=
object
K
extends
PropertyKey
=
keyof
T
Parameters
query
:
string
Optional
cancelToken
:
CancellationToken
Returns
Promise
<
QueryResult
<
T
,
K
>
[]
>
is
Cache
Enabled
isCacheEnabled
()
:
boolean
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cache
query
Cache
Enabled
runner
Methods
clear
Cache
enabled
execute
is
Cache
Enabled
vlocode-project - v2.4.3
Loading...