org.apache.jcs.engine
Interface CacheConstants


public interface CacheConstants

Constants used throughout the JCS cache engine

Version:
$Id: CacheConstants.java 536904 2007-05-10 16:03:42Z tv $

Field Summary
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.
 

Field Detail

DEFAULT_CONFIG

static final java.lang.String DEFAULT_CONFIG
This is the name of the config file that we will look for by default.

See Also:
Constant Field Values

STATUS_ALIVE

static final int STATUS_ALIVE
Cache alive status.

See Also:
Constant Field Values

STATUS_DISPOSED

static final int STATUS_DISPOSED
Cache disposed status.

See Also:
Constant Field Values

STATUS_ERROR

static final int STATUS_ERROR
Cache in error.

See Also:
Constant Field Values

NAME_COMPONENT_DELIMITER

static final java.lang.String NAME_COMPONENT_DELIMITER
Delimiter of a cache name component. This is used for hierarchical deletion

See Also:
Constant Field Values


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.