public interface EvictionHandler<V>
| Modifier and Type | Method and Description |
|---|---|
void |
afterEviction(Ref ref, V value)
Called after a value is evicted from the derived cache.
|
void afterEviction(Ref ref, V value)
ref - the logical reference to the derived datavalue - the derived value that has been evicted from the cache