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.auxiliary.remote.http.client   
org.apache.jcs.auxiliary.remote.http.client.behavior   
org.apache.jcs.auxiliary.remote.http.server   
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.auxiliary.remote.http.client
 

Classes in org.apache.jcs.auxiliary.remote.http.client that implement ICacheService
 class RemoteHttpCacheClient
          This is the service used by the remote http auxiliary cache.
 

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

Subinterfaces of ICacheService in org.apache.jcs.auxiliary.remote.http.client.behavior
 interface IRemoteHttpCacheClient
          It's not entirely clear that this interface is needed.
 

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

Classes in org.apache.jcs.auxiliary.remote.http.server that implement ICacheService
 class AbstractRemoteCacheService
          This class contains common methods for remote cache services.
 class RemoteHttpCacheService
          This does the work.
 

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.
 



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