|
||||||||||
| 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 String |
ATTRIBUTE_PREFIX
.attributes |
static String |
CACHE_EVENT_LOGGER_PREFIX
jcs.auxiliary.NAME.cacheeventlogger=CLASSNAME jcs.auxiliary.NAME.cacheeventlogger.attributes.CUSTOMPROPERTY=VALUE |
static String |
SERIALIZER_PREFIX
jcs.auxiliary.NAME.serializer=CLASSNAME jcs.auxiliary.NAME.serializer.attributes.CUSTOMPROPERTY=VALUE |
| Constructor Summary | |
|---|---|
AuxiliaryCacheConfigurator()
|
|
| Method Summary | |
|---|---|
static ICacheEventLogger |
parseCacheEventLogger(Properties props,
String auxPrefix)
Parses the event logger config, if there is any for the auxiliary. |
static IElementSerializer |
parseElementSerializer(Properties props,
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 String ATTRIBUTE_PREFIX
public static final String CACHE_EVENT_LOGGER_PREFIX
jcs.auxiliary.NAME.cacheeventlogger.attributes.CUSTOMPROPERTY=VALUE
public static final String SERIALIZER_PREFIX
jcs.auxiliary.NAME.serializer.attributes.CUSTOMPROPERTY=VALUE
| Constructor Detail |
|---|
public AuxiliaryCacheConfigurator()
| Method Detail |
|---|
public static ICacheEventLogger parseCacheEventLogger(Properties props,
String auxPrefix)
props - auxPrefix - - ex. AUXILIARY_PREFIX + auxName
public static IElementSerializer parseElementSerializer(Properties props,
String auxPrefix)
props - auxPrefix - - ex. AUXILIARY_PREFIX + auxName
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||