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 | Field and Description |
---|---|
RemoteCacheNoWait<K,V>[] |
AbstractRemoteCacheNoWaitFacade.noWaits
The connection to a remote server, or a zombie.
|
Modifier and Type | Method and Description |
---|---|
<K,V> RemoteCacheNoWait<K,V> |
RemoteCacheManager.getCache(IRemoteCacheAttributes cattr)
Gets a RemoteCacheNoWait from the RemoteCacheManager.
|
<K,V> RemoteCacheNoWait<K,V> |
RemoteCacheManager.getCache(String cacheName)
Returns a remote cache for the given cache name.
|
Constructor and Description |
---|
AbstractRemoteCacheNoWaitFacade(RemoteCacheNoWait<K,V>[] noWaits,
RemoteCacheAttributes rca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Constructs with the given remote cache, and fires events to any listeners.
|
RemoteCacheNoWaitFacade(RemoteCacheNoWait<K,V>[] noWaits,
RemoteCacheAttributes rca,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Constructs with the given remote cache, and fires events to any listeners.
|
Modifier and Type | Method and Description |
---|---|
<K,V> RemoteCacheNoWait<K,V> |
RemoteHttpCacheManager.getCache(RemoteHttpCacheAttributes cattr)
Gets a RemoteCacheNoWait from the RemoteCacheManager.
|
<K,V> RemoteCacheNoWait<K,V> |
RemoteHttpCacheManager.getCache(String cacheName)
Returns a remote cache for the given cache name.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.