Package org.apache.commons.jcs3.engine
Class AbstractCacheEventQueue.DisposeEvent
java.lang.Object
AbstractCacheEventQueue<K,V>.AbstractCacheEvent
org.apache.commons.jcs3.engine.AbstractCacheEventQueue.DisposeEvent
- All Implemented Interfaces:
Runnable
- Enclosing class:
- AbstractCacheEventQueue<K,
V>
protected class AbstractCacheEventQueue.DisposeEvent
extends AbstractCacheEventQueue<K,V>.AbstractCacheEvent
The cache should be disposed when this event is processed.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.commons.jcs3.engine.AbstractCacheEventQueue.AbstractCacheEvent
run
-
Constructor Details
-
DisposeEvent
protected DisposeEvent()
-
-
Method Details
-
doRun
Called when gets to the end of the queue- Specified by:
doRun
in classAbstractCacheEventQueue<K,
V>.AbstractCacheEvent - Throws:
IOException
-
toString
For debugging.
-