K - the key type.V - the value type.P - the param holder type.public interface CacheEntryForEachHandler<K,V,P>
Cache.invoke(String, Duration) call.| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(K key,
OperationContext<K,V,P> ctx)
Evaluate an object in this for each operation.
|
void evaluate(K key, OperationContext<K,V,P> ctx)
key - the key.ctx - the OperationContext.