public class CacheInvalidationConfigurationConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CACHE_INVALIDATION_CONFIGURATION_FILE
the cache invalidation configuration file.
|
static java.lang.String |
CACHE_INVALIDATION_ID_GENERATOR
the CacheInvalidationIDDenerator node in the cache invalidation configuration file.
|
static java.lang.String |
CACHE_INVALIDATION_ID_GENERATORS
the CacheInvalidationIDDenerators node in the cache invalidation configuration file.
|
static java.lang.String |
CLASS
the class attribute of the CacheInvalidationIDDenerator node in the cache invalidation configuration file.
|
static java.lang.String |
COMPONENT
the component node in the cache invalidation configuration file.
|
static java.lang.String |
COMPONENT_JAVA_CLASS
the java-class component in the cache invalidation configuration file.
|
static java.lang.String |
COMPONENT_KEY
the key attribute in the cache invalidation configuration file.
|
static java.lang.String |
COMPONENT_KEY_VALUE
the key-value component in the cache invalidation configuration file.
|
static java.lang.String |
COMPONENT_QUERY
the query attribute in the cache invalidation configuration file.
|
static java.lang.String |
COMPONENT_SQL
the SQL component in the cache invalidation configuration file.
|
static java.lang.String |
COMPONENT_TYPE
the type attribute in the cache invalidation configuration file.
|
static java.lang.String |
INVALIDATION
the invalidation node in the cache invalidation configuration file.
|
static java.lang.String |
KEY_COMBINATION
the keyCombination attribute in the cache invalidation configuration file.
|
static java.lang.String |
KEY_COMBINATION_TRUE
the value of the keyCombinationInvalidation attribute.
|
static java.lang.String |
PARAMETER
the parameter node in the cache invalidation configuration file.
|
static java.lang.String |
PARAMETER_KEY
the key attribute in the cache invalidation configuration file.
|
static java.lang.String |
PARAMETER_ORDER
the order attribute in the cache invalidation configuration file.
|
static java.lang.String |
RESOURCE
the resource attribute in the cache invalidation configuration file.
|
static java.lang.String |
RESOURCE_INVALIDATION
the resource-invalidation node in the cache invalidation configuration file.
|
static java.lang.String |
RESOURCE_INVALIDATIONS
the resource-invalidations node in the cache invalidation configuration file.
|
public static final java.lang.String CACHE_INVALIDATION_CONFIGURATION_FILE
public static final java.lang.String CACHE_INVALIDATION_ID_GENERATORS
public static final java.lang.String CACHE_INVALIDATION_ID_GENERATOR
public static final java.lang.String CLASS
public static final java.lang.String RESOURCE_INVALIDATIONS
public static final java.lang.String RESOURCE_INVALIDATION
public static final java.lang.String RESOURCE
public static final java.lang.String KEY_COMBINATION
public static final java.lang.String KEY_COMBINATION_TRUE
public static final java.lang.String INVALIDATION
public static final java.lang.String COMPONENT
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_KEY_VALUE
public static final java.lang.String COMPONENT_SQL
public static final java.lang.String COMPONENT_JAVA_CLASS
public static final java.lang.String COMPONENT_KEY
public static final java.lang.String COMPONENT_QUERY
public static final java.lang.String PARAMETER
public static final java.lang.String PARAMETER_ORDER
public static final java.lang.String PARAMETER_KEY