Class RemoteHttpCacheService<K,V>

java.lang.Object
org.apache.commons.jcs3.auxiliary.remote.http.server.AbstractRemoteCacheService<K,V>
org.apache.commons.jcs3.auxiliary.remote.http.server.RemoteHttpCacheService<K,V>
All Implemented Interfaces:
Remote, ICacheService<K,V>, ICacheServiceNonLocal<K,V>

public class RemoteHttpCacheService<K,V> extends AbstractRemoteCacheService<K,V>
This does the work. It's called by the processor. The base class wraps the processing calls in event logs, if an event logger is present.

For now we assume that all clients are non-cluster clients. And listener notification is not supported.