public interface RuleCacheProvider
Rule caching. For use in optimized RewriteProvider instances.| Modifier and Type | Method and Description |
|---|---|
Object |
createKey(Rewrite event,
EvaluationContext context)
Create a unique key for the given
Rewrite event and EvaluationContext states. |
List<Rule> |
get(Object key)
Get
Rule instances matching the given cache key. |
void |
put(Object key,
List<Rule> rules)
Store a list of
Rule instances matching the given cache key. |
void put(Object key, List<Rule> rules)
Rule instances matching the given cache key.Object createKey(Rewrite event, EvaluationContext context)
Rewrite event and EvaluationContext states.Copyright © 2014 OCPsoft. All Rights Reserved.