|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.excalibur.cache.validator.TimeoutValidator
General timeout cache validator.
Constructor Summary | |
TimeoutValidator(long timeout)
|
Method Summary | |
void |
added(CacheEvent event)
Added new item. |
void |
removed(CacheEvent event)
Removed item. |
boolean |
validate(java.lang.Object key,
java.lang.Object value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimeoutValidator(long timeout)
Method Detail |
public boolean validate(java.lang.Object key, java.lang.Object value)
validate
in interface CacheValidator
public void added(CacheEvent event)
CacheListener
added
in interface CacheListener
public void removed(CacheEvent event)
CacheListener
removed
in interface CacheListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |