Class AbstractRemoteCacheService<K,V>

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

public abstract class AbstractRemoteCacheService<K,V> extends Object implements ICacheServiceNonLocal<K,V>
This class contains common methods for remote cache services. Eventually I hope to extract out much of the RMI server to use this as well. I'm starting with the Http service.