Uses of Class
org.apache.commons.jcs3.auxiliary.remote.RemoteCacheFactory
Packages that use RemoteCacheFactory
Package
Description
Root package for the remote auxiliary cache.
-
Uses of RemoteCacheFactory in org.apache.commons.jcs3.auxiliary.remote
Constructors in org.apache.commons.jcs3.auxiliary.remote with parameters of type RemoteCacheFactoryModifierConstructorDescriptionRemoteCacheFailoverRunner
(RemoteCacheNoWaitFacade<K, V> facade, RemoteCacheFactory cacheFactory) Deprecated.Constructor for the RemoteCacheFailoverRunner object.RemoteCacheNoWaitFacade
(List<RemoteCacheNoWait<K, V>> noWaits, IRemoteCacheAttributes rca, ICacheEventLogger cacheEventLogger, IElementSerializer elementSerializer, RemoteCacheFactory cacheFactory) Constructs with the given remote cache, and fires events to any listeners.