| Package | Description |
|---|---|
| org.apache.commons.jcs.auxiliary.lateral |
Root package for the lateral cache family.
|
| org.apache.commons.jcs.auxiliary.lateral.socket.tcp | |
| org.apache.commons.jcs.auxiliary.lateral.socket.tcp.behavior |
| Modifier and Type | Class and Description |
|---|---|
class |
LateralCacheAttributes
This class stores attributes for all of the available lateral cache auxiliaries.
|
| Constructor and Description |
|---|
LateralCache(ILateralCacheAttributes cattr)
Constructor for the LateralCache object
|
LateralCache(ILateralCacheAttributes cattr,
ICacheServiceNonLocal<K,V> lateral,
LateralCacheMonitor monitor)
Constructor for the LateralCache object
|
LateralCacheNoWaitFacade(ILateralCacheListener<K,V> listener,
LateralCacheNoWait<K,V>[] noWaits,
ILateralCacheAttributes cattr)
Constructs with the given lateral cache, and fires events to any listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache plugin.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache
plugin.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.