|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.lateral.LateralCacheFactory
Constructs a LateralCacheNoWaitFacade for the given configuration. Each lateral service / local relationship is managed by one manager. This manager canl have multiple caches. The remote relationships are consolidated and restored via these managers. The facade provides a front to the composite cache so the implmenetation is transparent.
Constructor Summary | |
LateralCacheFactory()
|
Method Summary | |
AuxiliaryCache |
createCache(AuxiliaryCacheAttributes iaca,
CompositeCache cache)
Interface method. |
java.lang.String |
getName()
Gets the name attribute of the LateralCacheFactory object |
void |
setName(java.lang.String name)
Sets the name attribute of the LateralCacheFactory object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LateralCacheFactory()
Method Detail |
public AuxiliaryCache createCache(AuxiliaryCacheAttributes iaca, CompositeCache cache)
createCache
in interface AuxiliaryCacheFactory
iaca
- cache
-
public java.lang.String getName()
getName
in interface AuxiliaryCacheFactory
public void setName(java.lang.String name)
setName
in interface AuxiliaryCacheFactory
name
- The new name value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |