public interface AuxiliaryCacheFactory
Modifier and Type | Method and Description |
---|---|
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
|
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()
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.