Class AbstractRemoteCacheNoWaitFacade<K,V>

java.lang.Object
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCache<K,V>
org.apache.commons.jcs3.auxiliary.remote.AbstractRemoteCacheNoWaitFacade<K,V>
All Implemented Interfaces:
AuxiliaryCache<K,V>, ICache<K,V>, ICacheType
Direct Known Subclasses:
RemoteCacheNoWaitFacade

public abstract class AbstractRemoteCacheNoWaitFacade<K,V> extends AbstractAuxiliaryCache<K,V>
An abstract base for the No Wait Facade. Different implementations will failover differently.