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.tcp
Classes in org.apache.commons.jcs3.auxiliary.lateral.socket.tcp that implement ICacheServiceModifier and TypeClassDescriptionclass
LateralTCPService<K,
V> A lateral cache service implementation. -
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.http.client
Classes in org.apache.commons.jcs3.auxiliary.remote.http.client that implement ICacheServiceModifier and TypeClassDescriptionclass
This is the service used by the remote http auxiliary cache. -
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.http.client.behavior
Subinterfaces of ICacheService in org.apache.commons.jcs3.auxiliary.remote.http.client.behaviorModifier and TypeInterfaceDescriptioninterface
It's not entirely clear that this interface is needed. -
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.http.server
Classes in org.apache.commons.jcs3.auxiliary.remote.http.server that implement ICacheServiceModifier and TypeClassDescriptionclass
This class contains common methods for remote cache services.class
This does the work. -
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.server
Classes in org.apache.commons.jcs3.auxiliary.remote.server that implement ICacheServiceModifier and TypeClassDescriptionclass
RemoteCacheServer<K,
V> This class provides remote cache services. -
Uses of ICacheService in org.apache.commons.jcs3.auxiliary.remote.server.behavior
Subinterfaces of ICacheService in org.apache.commons.jcs3.auxiliary.remote.server.behaviorModifier and TypeInterfaceDescriptioninterface
IRemoteCacheServer<K,
V> Interface for managing Remote objects -
Uses of ICacheService in org.apache.commons.jcs3.engine
Classes in org.apache.commons.jcs3.engine that implement ICacheServiceModifier and TypeClassDescriptionclass
ZombieCacheService<K,
V> Zombie adapter for any cache service.class
Zombie adapter for the non local cache services. -
Uses of ICacheService in org.apache.commons.jcs3.engine.behavior
Subinterfaces of ICacheService in org.apache.commons.jcs3.engine.behaviorModifier and TypeInterfaceDescriptioninterface
Used to retrieve and update non local caches, such as the remote and lateral caches.