Preparing search index...
The search index is not available
@arianee/arn-client
@arianee/arn-client
ArnConditionCache
Class ArnConditionCache<P, R>
Type Parameters
P =
ArnConditionsPayload
R =
ArnConditionExecResults
Hierarchy
ArnConditionCache
Index
Constructors
constructor
Properties
payload
To
Results
Methods
get
invalidate
set
Constructors
constructor
new
Arn
Condition
Cache
<
P
,
R
>
(
)
:
ArnConditionCache
<
P
,
R
>
Type Parameters
P =
ArnConditionsPayload
R =
ArnConditionExecResults
Returns
ArnConditionCache
<
P
,
R
>
Properties
Protected
payload
To
Results
payload
To
Results
:
Map
<
string
,
R
>
= ...
Methods
get
get
(
payload
:
P
)
:
undefined
|
R
Parameters
payload:
P
Returns
undefined
|
R
invalidate
invalidate
(
)
:
void
Clear the cache.
Returns
void
set
set
(
payload
:
P
, result
:
R
)
:
Map
<
string
,
R
>
Parameters
payload:
P
result:
R
Returns
Map
<
string
,
R
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@arianee/arn-
client
Arn
Condition
Cache
constructor
payload
To
Results
get
invalidate
set
Generated using
TypeDoc
Clear the cache.