org.apache.jcs.engine
Interface CacheConstants


public interface CacheConstants

Constants used throughout the JCS cache engine

Version:
$Id: CacheConstants.java,v 1.7 2005/06/04 02:01:54 asmuts Exp $

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


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