|
|||||||||
| Home >> All >> org >> scoja >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scoja.util
Class ExpiringLRUCacheTest.KillMe

java.lang.Objectorg.scoja.util.ImmortalObject
org.scoja.util.ExpiringLRUCacheTest.KillMe
- All Implemented Interfaces:
- ExpiringObject
- Enclosing class:
- ExpiringLRUCacheTest
- public static class ExpiringLRUCacheTest.KillMe
- extends ImmortalObject
| Field Summary |
| Fields inherited from class org.scoja.util.ImmortalObject |
value |
| Constructor Summary | |
ExpiringLRUCacheTest.KillMe(java.lang.Object value)
|
|
| Method Summary | |
void |
expired()
Es el método al que llaman las ExpiringLRUCaches cuando un objeto ha expirado. |
| Methods inherited from class org.scoja.util.ImmortalObject |
getValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
ExpiringLRUCacheTest.KillMe
public ExpiringLRUCacheTest.KillMe(java.lang.Object value)
| Method Detail |
expired
public void expired()
- Description copied from interface:
ExpiringObject - Es el método al que llaman las
ExpiringLRUCaches cuando
un objeto ha expirado.
- Specified by:
expiredin interfaceExpiringObject- Overrides:
expiredin classImmortalObject
|
|||||||||
| Home >> All >> org >> scoja >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC