|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
All auxiliary caches must have a factory that the cache configurator can use to create instances.
Method Summary | |
AuxiliaryCache |
createCache(AuxiliaryCacheAttributes attr,
ICompositeCacheManager cacheMgr)
|
java.lang.String |
getName()
Gets the name attribute of the AuxiliaryCacheFactory object |
void |
setName(java.lang.String s)
Sets the name attribute of the AuxiliaryCacheFactory object |
Method Detail |
public AuxiliaryCache createCache(AuxiliaryCacheAttributes attr, ICompositeCacheManager cacheMgr)
attr
- cacheMgr
- This allows auxiliaries to reference the manager without
assuming that it is a singleton. This will allow JCS to be a
nonsingleton. Also, it makes it easier to test.
public void setName(java.lang.String s)
s
- The new name valuepublic java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |