org.apache.jcs.engine
Interface CacheConstants


public interface CacheConstants

Constants used throughout the JCS cache engine

Version:
$Id: CacheConstants.java 375078 2006-02-05 18:48:38Z asmuts $

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

public 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

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. This is used for hierarchical deletion

See Also:
Constant Field Values


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