RuleSetCache<K>public class UnboundedRuleSetCache<K> extends Object implements RuleSetCache<K>
RuleSetCache.NoCache<K>| Constructor | Description |
|---|---|
UnboundedRuleSetCache(InternFunction<K> interningFunction) |
| Modifier and Type | Method | Description |
|---|---|---|
Expression<K> |
get(RuleList<K> rules,
Expression<K> input) |
|
void |
put(RuleList<K> rules,
Expression<K> input,
Expression<K> output,
ExprOptions<K> options) |
public UnboundedRuleSetCache(InternFunction<K> interningFunction)
public Expression<K> get(RuleList<K> rules, Expression<K> input)
get in interface RuleSetCache<K>public void put(RuleList<K> rules, Expression<K> input, Expression<K> output, ExprOptions<K> options)
put in interface RuleSetCache<K>Copyright © 2019. All rights reserved.