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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.commons.jcs3.engine.AbstractCacheEventQueue.AbstractCacheEventrun
- 
Constructor Details- 
RemoveAllEventprotected RemoveAllEvent()
 
- 
- 
Method Details- 
doRunCall removeAll on the listener.- Specified by:
- doRunin class- AbstractCacheEventQueue<K,- V>.AbstractCacheEvent 
- Throws:
- IOException
 
- 
toStringFor debugging.
 
-