Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected ICacheEventQueue |
AbstractDiskCache.cacheEventQueue
The CacheEventQueue where changes will be queued for asynchronous updating of the persistent
storage.
|
Modifier and Type | Method and Description |
---|---|
protected ICacheEventQueue |
RemoteCacheNoWait.getCacheEventQueue()
This is for testing only.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ICacheEventQueue |
CacheEventQueueFactory.createCacheEventQueue(ICacheListener listener,
long listenerId,
java.lang.String cacheName,
int maxFailure,
int waitBeforeRetry,
java.lang.String threadPoolName,
java.lang.String poolType)
Fully configured event queue.
|
ICacheEventQueue |
CacheEventQueueFactory.createCacheEventQueue(ICacheListener listener,
long listenerId,
java.lang.String cacheName,
java.lang.String threadPoolName,
java.lang.String poolType)
The most commonly used factory method.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.