Package org.apache.commons.jcs3.engine
Class AbstractCacheEventQueue.RemoveAllEvent
java.lang.Object
AbstractCacheEventQueue<K,V>.AbstractCacheEvent
org.apache.commons.jcs3.engine.AbstractCacheEventQueue.RemoveAllEvent
- All Implemented Interfaces:
Runnable
- Enclosing class:
- AbstractCacheEventQueue<K,
V>
protected class AbstractCacheEventQueue.RemoveAllEvent
extends AbstractCacheEventQueue<K,V>.AbstractCacheEvent
All elements should be removed from the cache when this event is processed.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.commons.jcs3.engine.AbstractCacheEventQueue.AbstractCacheEvent
run
-
Constructor Details
-
RemoveAllEvent
protected RemoveAllEvent()
-
-
Method Details
-
doRun
Call removeAll on the listener.- Specified by:
doRun
in classAbstractCacheEventQueue<K,
V>.AbstractCacheEvent - Throws:
IOException
-
toString
For debugging.
-