Uses of Interface
org.apache.commons.jcs3.auxiliary.remote.behavior.IRemoteCacheClient
Packages that use IRemoteCacheClient
Package
Description
Root package for the remote auxiliary cache.
-
Uses of IRemoteCacheClient in org.apache.commons.jcs3.auxiliary.remote
Classes in org.apache.commons.jcs3.auxiliary.remote that implement IRemoteCacheClientModifier and TypeClassDescriptionclass
Abstract base for remote caches.class
RemoteCache<K,
V> Client proxy for an RMI remote cache.Methods in org.apache.commons.jcs3.auxiliary.remote that return IRemoteCacheClientModifier and TypeMethodDescriptionprotected IRemoteCacheClient<K,
V> RemoteCacheNoWait.getRemoteCache()
This is temporary.Constructors in org.apache.commons.jcs3.auxiliary.remote with parameters of type IRemoteCacheClientModifierConstructorDescriptionRemoteCacheNoWait
(IRemoteCacheClient<K, V> cache) Constructs with the given remote cache, and fires up an event queue for asynchronous processing. -
Uses of IRemoteCacheClient in org.apache.commons.jcs3.auxiliary.remote.http.client
Classes in org.apache.commons.jcs3.auxiliary.remote.http.client that implement IRemoteCacheClientModifier and TypeClassDescriptionclass
RemoteHttpCache<K,
V> This uses an http client as the service.