Package org.apache.jcs.auxiliary.lateral

Root package for the lateral cache family.

See:
          Description

Class Summary
LateralCache Lateral distributor.
LateralCacheAttributes Description of the Class
LateralCacheFactory Constructs a LateralCacheNoWaitFacade for the given configuration.
LateralCacheInfo A shared static variable holder for the lateral cache
LateralCacheManager Creates lateral caches.
LateralCacheMonitor Used to monitor and repair any failed connection for the lateral cache service.
LateralCacheNoWait Used to queue up update requests to the underlying cache.
LateralCacheNoWaitFacade Used to provide access to multiple services under nowait protection.
LateralCacheRestore Used to repair the lateral caches managed by the associated instance of LateralCacheManager.
LateralCacheWatchRepairable Same as CacheWatcherWrapper but implements the IRemoteCacheWatch interface.
LateralElementDescriptor Description of the Class
ZombieLateralCacheService Description of the Class
ZombieLateralCacheWatch Description of the Class
 

Package org.apache.jcs.auxiliary.lateral Description

Root package for the lateral cache family. Lateral caches broadcast puts and removals to other local caches.