|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICacheEventQueue | |
---|---|
org.apache.jcs.auxiliary.disk | The primary disk auxiliary. |
org.apache.jcs.auxiliary.remote | Root package for the remote auxiliary cache. |
org.apache.jcs.engine | Interfaces used by the core and the auxiliary caches. |
Uses of ICacheEventQueue in org.apache.jcs.auxiliary.disk |
---|
Fields in org.apache.jcs.auxiliary.disk declared as ICacheEventQueue | |
---|---|
protected ICacheEventQueue |
AbstractDiskCache.cacheEventQueue
The CacheEventQueue where changes will be queued for asynchronous updating of the persistent storage. |
Uses of ICacheEventQueue in org.apache.jcs.auxiliary.remote |
---|
Methods in org.apache.jcs.auxiliary.remote that return ICacheEventQueue | |
---|---|
protected ICacheEventQueue |
RemoteCacheNoWait.getCacheEventQueue()
This is for testing only. |
Uses of ICacheEventQueue in org.apache.jcs.engine |
---|
Classes in org.apache.jcs.engine that implement ICacheEventQueue | |
---|---|
class |
CacheEventQueue
An event queue is used to propagate ordered cache events to one and only one target listener. |
class |
PooledCacheEventQueue
An event queue is used to propagate ordered cache events to one and only one target listener. |
Methods in org.apache.jcs.engine that return ICacheEventQueue | |
---|---|
ICacheEventQueue |
CacheEventQueueFactory.createCacheEventQueue(ICacheListener listener,
long listenerId,
String cacheName,
int maxFailure,
int waitBeforeRetry,
String threadPoolName,
String poolType)
Fully configured event queue. |
ICacheEventQueue |
CacheEventQueueFactory.createCacheEventQueue(ICacheListener listener,
long listenerId,
String cacheName,
String threadPoolName,
String poolType)
The most commonly used factory method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |