Class RemoteCacheFactory

java.lang.Object
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheFactory
org.apache.commons.jcs3.auxiliary.remote.RemoteCacheFactory
All Implemented Interfaces:
AuxiliaryCacheFactory

The RemoteCacheFactory creates remote caches for the cache hub. It returns a no wait facade which is a wrapper around a no wait. The no wait object is either an active connection to a remote cache or a balking zombie if the remote cache is not accessible. It should be transparent to the clients.