Uses of Interface
org.apache.commons.jcs3.engine.behavior.ICacheEventQueue
Packages that use ICacheEventQueue
Package
Description
Root package for the remote auxiliary cache.
Interfaces used by the core and the auxiliary caches.
-
Uses of ICacheEventQueue in org.apache.commons.jcs3.auxiliary.remote
Methods in org.apache.commons.jcs3.auxiliary.remote that return ICacheEventQueueModifier and TypeMethodDescriptionprotected ICacheEventQueue<K,
V> RemoteCacheNoWait.getCacheEventQueue()
This is for testing only. -
Uses of ICacheEventQueue in org.apache.commons.jcs3.engine
Classes in org.apache.commons.jcs3.engine that implement ICacheEventQueueModifier and TypeClassDescriptionclass
An abstract base class to the different implementationsclass
CacheEventQueue<K,
V> An event queue is used to propagate ordered cache events to one and only one target listener.class
An event queue is used to propagate ordered cache events to one and only one target listener.Fields in org.apache.commons.jcs3.engine with type parameters of type ICacheEventQueueModifier and TypeFieldDescriptionfinal ConcurrentMap<Long,
ICacheEventQueue<K, V>> CacheListeners.eventQMap
Map ICacheListener to ICacheEventQueueMethods in org.apache.commons.jcs3.engine that return ICacheEventQueueModifier and TypeMethodDescriptionCacheEventQueueFactory.createCacheEventQueue
(ICacheListener<K, V> listener, long listenerId, String cacheName, int maxFailure, int waitBeforeRetry, String threadPoolName, ICacheEventQueue.QueueType poolType) Fully configured event queue.CacheEventQueueFactory.createCacheEventQueue
(ICacheListener<K, V> listener, long listenerId, String cacheName, String threadPoolName, ICacheEventQueue.QueueType poolType) The most commonly used factory method.