API Reference
Class
RuleResultCache
In-memory cache for rule execution results.
Inheritance
- Object
- RuleResultCache
Constructors
public RuleResultCache() #Methods
public Void Set(String key, RuleComplete result) #Returns:
VoidStores the result for the specified rule key.
Parameters
- key System.String
- result TestimoX.Definitions.RuleComplete
public Boolean TryGet(String key, out RuleComplete result) #Returns:
BooleanAttempts to get a cached result for the specified rule.
Parameters
- key System.String
- result TestimoX.Definitions.RuleComplete@