Class AuxiliaryCacheConfigurator
java.lang.Object
org.apache.commons.jcs3.auxiliary.AuxiliaryCacheConfigurator
Configuration util for auxiliary caches. I plan to move the auxiliary configuration from the
composite cache configurator here.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.
-
Field Details
-
ATTRIBUTE_PREFIX
.attributes- See Also:
-
CACHE_EVENT_LOGGER_PREFIX
jcs.auxiliary.NAME.cacheeventlogger=CLASSNAMEjcs.auxiliary.NAME.cacheeventlogger.attributes.CUSTOMPROPERTY=VALUE
- See Also:
-
SERIALIZER_PREFIX
jcs.auxiliary.NAME.serializer=CLASSNAMEjcs.auxiliary.NAME.serializer.attributes.CUSTOMPROPERTY=VALUE
- See Also:
-
-
Constructor Details
-
AuxiliaryCacheConfigurator
public AuxiliaryCacheConfigurator()
-
-
Method Details
-
parseCacheEventLogger
Parses the event logger config, if there is any for the auxiliary.- Parameters:
props
-auxPrefix
- - ex. AUXILIARY_PREFIX + auxName- Returns:
- cacheEventLogger
-
parseElementSerializer
Parses the element config, if there is any for the auxiliary.- Parameters:
props
-auxPrefix
- - ex. AUXILIARY_PREFIX + auxName- Returns:
- cacheEventLogger
-