|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.castor.cache.hashbelt.reaper.AbstractReaper
org.castor.cache.hashbelt.reaper.NullReaper
public final class NullReaper
The simplest of all possible expiration handlers. It does nothing.
Having said that, here's what happens when we do nothing:
The point is that, even when we do nothing, the hashbelt changes.
| Constructor Summary | |
|---|---|
NullReaper()
|
|
| Method Summary | |
|---|---|
void |
handleExpiredContainer(Container expiredContainer)
Methode called with a container that has expired before the container is garbage collected. |
| Methods inherited from class org.castor.cache.hashbelt.reaper.AbstractReaper |
|---|
getCache, setCache |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullReaper()
| Method Detail |
|---|
public void handleExpiredContainer(Container expiredContainer)
expiredContainer - The container that has expired.Reaper.handleExpiredContainer(
org.castor.cache.hashbelt.container.Container)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||