Package org.apache.commons.jcs3.engine
Class CacheListeners<K,V> 
java.lang.Object
org.apache.commons.jcs3.engine.CacheListeners<K,V> 
Used to associates a set of [cache listener to cache event queue] for a
 cache.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionThe cache using the queue.final ConcurrentMap<Long,ICacheEventQueue<K, V>> Map ICacheListener to ICacheEventQueue
- 
Constructor SummaryConstructors
- 
Method Summary