Uses of Interface
org.apache.jcs.engine.behavior.ICacheEventQueue

Packages that use ICacheEventQueue
org.apache.jcs.auxiliary.disk The primary disk auxiliary. 
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.server   
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.lateral
 

Fields in org.apache.jcs.auxiliary.lateral declared as ICacheEventQueue
private  ICacheEventQueue LateralCacheNoWait.q
           
 

Uses of ICacheEventQueue in org.apache.jcs.auxiliary.remote
 

Fields in org.apache.jcs.auxiliary.remote declared as ICacheEventQueue
private  ICacheEventQueue RemoteCacheNoWait.q
           
 

Uses of ICacheEventQueue in org.apache.jcs.auxiliary.remote.server
 

Methods in org.apache.jcs.auxiliary.remote.server that return ICacheEventQueue
private  ICacheEventQueue[] RemoteCacheServer.getEventQList(CacheListeners cacheListeners, byte requesterId)
          Gets the eventQList attribute of the RemoteCacheServer object
 

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.