|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
EvictionInterface is an interface that will be implemented by all objects that can be evicted.
| Method Summary | |
void |
beforeEviction()
The beforeEviction() method serves as a hook method that can be called by the Evictor before it evicts an object. |
java.lang.Object |
info()
The info() method is used by the Evictor to extract strategy-specific information from the object, to determine whether or not to evict it. |
boolean |
isEvictable()
The method isEvictable() is used to determine whether this object is evictable. |
| Method Detail |
public boolean isEvictable()
public java.lang.Object info()
public void beforeEviction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||