|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EvictionListener<K,V>
Listener interface used to monitor eviction in off-heap caches.
| Method Summary | |
|---|---|
void |
evicting(Callable<Map.Entry<K,V>> callable)
Called prior to the eviction of a cache mapping. |
| Method Detail |
|---|
void evicting(Callable<Map.Entry<K,V>> callable)
Implementors must be careful to not expose the callable outside the scope of this method. The behavior of the callable becomes undefined on return from this method.
callable - callable for retrieving the evictee
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||