org.apache.jcs.engine
Interface CacheConstants


public interface CacheConstants

Constants used throughout the JCS cache engine

Version:
$Id: CacheConstants.java,v 1.5 2003/08/22 11:57:16 mpoeschl Exp $
Author:
jtaylor

Field Summary
static java.lang.String DEFAULT_CONFIG
           
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

public static final java.lang.String DEFAULT_CONFIG
See Also:
Constant Field Values

STATUS_ALIVE

public static final int STATUS_ALIVE
Cache alive status.

See Also:
Constant Field Values

STATUS_DISPOSED

public static final int STATUS_DISPOSED
Cache disposed status.

See Also:
Constant Field Values

STATUS_ERROR

public static final int STATUS_ERROR
Cache in error.

See Also:
Constant Field Values

NAME_COMPONENT_DELIMITER

public static final java.lang.String NAME_COMPONENT_DELIMITER
Delimiter of a cache name component.

See Also:
Constant Field Values