| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ILateralCacheAttributes |
LateralCacheAbstractManager.lca
Configuration
|
| Modifier and Type | Method and Description |
|---|---|
abstract <K,V> ILateralCacheListener<K,V> |
LateralCacheAbstractFactory.createListener(ILateralCacheAttributes lac,
ICompositeCacheManager cacheMgr)
Makes sure a listener gets created.
|
| 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 | Method and Description |
|---|---|
<K,V> ILateralCacheListener<K,V> |
LateralTCPCacheFactory.createListener(ILateralCacheAttributes lac,
ICompositeCacheManager cacheMgr)
Makes sure a listener gets created.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITCPLateralCacheAttributes
This interface defines functions that are particular to the TCP Lateral Cache
plugin.
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.