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

Packages that use ICacheService
org.apache.jcs.auxiliary.lateral Root package for the lateral cache family. 
org.apache.jcs.auxiliary.lateral.behavior   
org.apache.jcs.auxiliary.lateral.socket.tcp   
org.apache.jcs.auxiliary.remote Root package for the remote auxiliary cache. 
org.apache.jcs.auxiliary.remote.behavior   
org.apache.jcs.engine Interfaces used by the core and the auxiliary caches. 
 

Uses of ICacheService in org.apache.jcs.auxiliary.lateral
 

Classes in org.apache.jcs.auxiliary.lateral that implement ICacheService
 class ZombieLateralCacheService
          The ZombieLateralCacheService is used as a facade when the lateral is not available.
 

Uses of ICacheService in org.apache.jcs.auxiliary.lateral.behavior
 

Subinterfaces of ICacheService in org.apache.jcs.auxiliary.lateral.behavior
 interface ILateralCacheService
          Used to retrieve and update the lateral cache.
 

Uses of ICacheService in org.apache.jcs.auxiliary.lateral.socket.tcp
 

Classes in org.apache.jcs.auxiliary.lateral.socket.tcp that implement ICacheService
 class LateralTCPService
          A lateral cache service implementation.
 

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

Classes in org.apache.jcs.auxiliary.remote that implement ICacheService
 class ZombieRemoteCacheService
          Zombie adapter for the remote cache service.
 

Uses of ICacheService in org.apache.jcs.auxiliary.remote.behavior
 

Subinterfaces of ICacheService in org.apache.jcs.auxiliary.remote.behavior
 interface IRemoteCacheService
          Used to retrieve and update the remote cache.
 

Uses of ICacheService in org.apache.jcs.engine
 

Classes in org.apache.jcs.engine that implement ICacheService
 class ZombieCacheService
          Zombie adapter for any cache service. balks at every call.
 



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.