Class AbstractRemoteAuxiliaryCache<K,V>

All Implemented Interfaces:
AuxiliaryCache<K,V>, IRemoteCacheClient<K,V>, ICache<K,V>, ICacheType
Direct Known Subclasses:
RemoteCache, RemoteHttpCache

public abstract class AbstractRemoteAuxiliaryCache<K,V> extends AbstractAuxiliaryCacheEventLogging<K,V> implements IRemoteCacheClient<K,V>
Abstract base for remote caches. I'm trying to break out and reuse common functionality.