RuleSetCache.NoCache, UnboundedRuleSetCachepublic interface RuleSetCache<K>
| Modifier and Type | Interface | Description |
|---|---|---|
static class |
RuleSetCache.NoCache<K> |
| 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) |
Expression<K> get(RuleList<K> rules, Expression<K> input)
void put(RuleList<K> rules, Expression<K> input, Expression<K> output, ExprOptions<K> options)
Copyright © 2019. All rights reserved.