Package | Description |
---|---|
org.apache.commons.jcs.auxiliary.remote |
Root package for the remote auxiliary cache.
|
org.apache.commons.jcs.auxiliary.remote.http.client |
Modifier and Type | Method and Description |
---|---|
static HashMap<String,RemoteCacheNoWaitFacade<?,?>> |
RemoteCacheFactory.getFacades()
The facades are what the cache hub talks to.
|
Constructor and Description |
---|
RemoteCacheFailoverRunner(RemoteCacheNoWaitFacade<K,V> facade,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Constructor for the RemoteCacheFailoverRunner object.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<String,RemoteCacheNoWaitFacade<?,?>> |
RemoteHttpCacheFactory.getFacades()
The facades are what the cache hub talks to.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.