| Package | Description |
|---|---|
| org.apache.commons.jcs3.auxiliary.remote |
Root package for the remote auxiliary cache.
|
| org.apache.commons.jcs3.auxiliary.remote.http.client |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRemoteAuxiliaryCache<K,V>
Abstract base for remote caches.
|
class |
RemoteCache<K,V>
Client proxy for an RMI remote cache.
|
| Modifier and Type | Method and Description |
|---|---|
protected IRemoteCacheClient<K,V> |
RemoteCacheNoWait.getRemoteCache()
This is temporary.
|
| Constructor and Description |
|---|
RemoteCacheNoWait(IRemoteCacheClient<K,V> cache)
Constructs with the given remote cache, and fires up an event queue for asynchronous
processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteHttpCache<K,V>
This uses an http client as the service.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.