org.apache.jcs.utils.servlet.session
Interface ISessionConstants

All Known Implementing Classes:
DistSession, DistSessionGC, DistSessionTracker

public interface ISessionConstants

Constants used by the session tracker.

Author:
asmuts

Field Summary
static int DFLT_INACTIVE_INTERVAL
          Description of the Field
static java.lang.String SESS_CACHE_NAME
          Description of the Field
static int SESS_CACHE_SIZE
          Description of the Field
static java.lang.String SESS_INFO_CACHE_NAME
          Description of the Field
static int SESS_INFO_CACHE_SIZE
          Description of the Field
 

Field Detail

SESS_CACHE_NAME

public static final java.lang.String SESS_CACHE_NAME
Description of the Field

See Also:
Constant Field Values

SESS_CACHE_SIZE

public static final int SESS_CACHE_SIZE
Description of the Field

See Also:
Constant Field Values

SESS_INFO_CACHE_NAME

public static final java.lang.String SESS_INFO_CACHE_NAME
Description of the Field

See Also:
Constant Field Values

SESS_INFO_CACHE_SIZE

public static final int SESS_INFO_CACHE_SIZE
Description of the Field

See Also:
Constant Field Values

DFLT_INACTIVE_INTERVAL

public static final int DFLT_INACTIVE_INTERVAL
Description of the Field

See Also:
Constant Field Values