Interface EvictionListener<V>
-
public interface EvictionListener<V>- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvicted(V value)
-
-
-
Method Detail
-
onEvicted
void onEvicted(V value)
-
-