|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.auxiliary.AuxiliaryCacheConfigurator
public class AuxiliaryCacheConfigurator
Configuration util for auxiliary caches. I plan to move the auxiliary configuration from the composite cache configurator here.
Field Summary | |
---|---|
static java.lang.String |
ATTRIBUTE_PREFIX
.attributes |
static java.lang.String |
CACHE_EVENT_LOGGER_PREFIX
jcs.auxiliary.NAME.cacheeventlogger=CLASSNAME |
static java.lang.String |
SERIALIZER_PREFIX
jcs.auxiliary.NAME.serializer=CLASSNAME |
Constructor Summary | |
---|---|
AuxiliaryCacheConfigurator()
|
Method Summary | |
---|---|
static ICacheEventLogger |
parseCacheEventLogger(java.util.Properties props,
java.lang.String auxPrefix)
Parses the event logger config, if there is any for the auxiliary. |
static IElementSerializer |
parseElementSerializer(java.util.Properties props,
java.lang.String auxPrefix)
Parses the element config, if there is any for the auxiliary. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ATTRIBUTE_PREFIX
public static final java.lang.String CACHE_EVENT_LOGGER_PREFIX
jcs.auxiliary.NAME.cacheeventlogger.attributes.CUSTOMPROPERTY=VALUE
public static final java.lang.String SERIALIZER_PREFIX
jcs.auxiliary.NAME.serializer.attributes.CUSTOMPROPERTY=VALUE
Constructor Detail |
---|
public AuxiliaryCacheConfigurator()
Method Detail |
---|
public static ICacheEventLogger parseCacheEventLogger(java.util.Properties props, java.lang.String auxPrefix)
props
- auxPrefix
- - ex. AUXILIARY_PREFIX + auxName
public static IElementSerializer parseElementSerializer(java.util.Properties props, java.lang.String auxPrefix)
props
- auxPrefix
- - ex. AUXILIARY_PREFIX + auxName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |