Uses of Interface
org.apache.commons.jcs3.engine.behavior.ICacheService
Packages that use ICacheService
Package
Description
Interfaces used by the core and the auxiliary caches.
Interfaces used by the core and the auxiliary caches.
- 
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.lateral.socket.tcpClasses in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement ICacheServiceModifier and TypeClassDescriptionclassLateralTCPService<K,V> A lateral cache service implementation.
- 
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.http.clientClasses in org.apache.commons.jcs3.auxiliary.remote.http.client that implement ICacheServiceModifier and TypeClassDescriptionclassThis is the service used by the remote http auxiliary cache.
- 
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.http.client.behaviorSubinterfaces of ICacheService in org.apache.commons.jcs3.auxiliary.remote.http.client.behaviorModifier and TypeInterfaceDescriptioninterfaceIt's not entirely clear that this interface is needed.
- 
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.http.serverClasses in org.apache.commons.jcs3.auxiliary.remote.http.server that implement ICacheServiceModifier and TypeClassDescriptionclassThis class contains common methods for remote cache services.classThis does the work.
- 
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.serverClasses in org.apache.commons.jcs3.auxiliary.remote.server that implement ICacheServiceModifier and TypeClassDescriptionclassRemoteCacheServer<K,V> This class provides remote cache services.
- 
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.server.behaviorSubinterfaces of ICacheService in org.apache.commons.jcs3.auxiliary.remote.server.behaviorModifier and TypeInterfaceDescriptioninterfaceIRemoteCacheServer<K,V> Interface for managing Remote objects
- 
Uses of ICacheService in org.apache.commons.jcs3.engineClasses in org.apache.commons.jcs3.engine that implement ICacheServiceModifier and TypeClassDescriptionclassZombieCacheService<K,V> Zombie adapter for any cache service.classZombie adapter for the non local cache services.
- 
Uses of ICacheService in org.apache.commons.jcs3.engine.behaviorSubinterfaces of ICacheService in org.apache.commons.jcs3.engine.behaviorModifier and TypeInterfaceDescriptioninterfaceUsed to retrieve and update non local caches, such as the remote and lateral caches.