final public static boolean BUILD_STATS_ENABLED(Code)
If statistics collection is enabled at build time, this is set to true. This
can provide some optimizations for those of you who don't care to collect data
about how fast the cache is processing requests.
final public static String CONFIG_TUNER_SLEEPTIME(Code)
Name of a node in the XML configuration file.
CONFIG_TUNER_THREADS
final public static String CONFIG_TUNER_THREADS(Code)
Name of a node in the XML configuration file.
DEFAULT_CONFIG_FILE
final public static String DEFAULT_CONFIG_FILE(Code)
The backup configuration file (only used in case whirlycache.xml is not found.
ITEM_EXPIRATION_ENABLED
final public static boolean ITEM_EXPIRATION_ENABLED(Code)
If Item expiration is enabled at build time, this is set to true. This allows
expiration times to be set for individual items. Turning this off will speed up
the tuner thread slightly.