|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuxiliaryCacheFactory
All auxiliary caches must have a factory that the cache configurator can use to create instances.
| Method Summary | |
|---|---|
AuxiliaryCache |
createCache(AuxiliaryCacheAttributes attr,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
Creates an auxiliary using the supplied attributes. |
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 |
|---|
AuxiliaryCache createCache(AuxiliaryCacheAttributes attr,
ICompositeCacheManager cacheMgr,
ICacheEventLogger cacheEventLogger,
IElementSerializer elementSerializer)
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.cacheEventLogger - elementSerializer -
void setName(java.lang.String s)
s - The new name valuejava.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||