public interface CacheConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_CONFIG
This is the name of the config file that we will look for by default.
|
static java.lang.String |
NAME_COMPONENT_DELIMITER
Delimiter of a cache name component.
|
static int |
STATUS_ALIVE
Cache alive status.
|
static int |
STATUS_DISPOSED
Cache disposed status.
|
static int |
STATUS_ERROR
Cache in error.
|
static final java.lang.String DEFAULT_CONFIG
static final int STATUS_ALIVE
static final int STATUS_DISPOSED
static final int STATUS_ERROR
static final java.lang.String NAME_COMPONENT_DELIMITER
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.