ca.cbc.sportwire.servlet.data
Interface GlobalCacheProperties
- All Known Implementing Classes:
- Lineup, SportPageServlet, DBCacheBean, DOMFile, DOMDBFactory, DOMFileFactory, JDOMDB, FileFactory
- public interface GlobalCacheProperties
GlobalCacheProperties provides runtime constants for
interpreting the MRU and TTL cache properties. Also includes
constants for database cache properties.
Created: Tue Jan 15 02:41:29 2002
$Log: GlobalCacheProperties.java,v $
Revision 1.6 2002/02/11 20:57:13 garym
added JDOMDB to return XML from database queries
Revision 1.5 2002/01/28 21:50:04 garym
Improved critical error recovery; headlines now use backup script feed
Revision 1.4 2002/01/27 06:39:57 garym
Added XSL transform and XML output to JDOMFile
Revision 1.3 2002/01/22 22:34:48 garym
Fixed news slug case bug
Revision 1.2 2002/01/16 23:09:24 garym
Implemented the JDBC pool support and sql property beans
Revision 1.1 2002/01/15 08:28:50 garym
implemented MRU cache for the JDOMFile objects
- Version:
- $Id: GlobalCacheProperties.java,v 1.6 2002/02/11 20:57:13 garym Exp $
- Author:
- Gary Lawrence Murphy
MRU_PROPERTY
public static final java.lang.String MRU_PROPERTY
TTL_PROPERTY
public static final java.lang.String TTL_PROPERTY
MRU_VAR
public static final java.lang.String MRU_VAR
TTL_VAR
public static final java.lang.String TTL_VAR
CACHE_DEFAULT_TIMEOUT
public static final int CACHE_DEFAULT_TIMEOUT
CACHE_DEFAULT_PERIOD
public static final int CACHE_DEFAULT_PERIOD
CACHE_PERIOD
public static final java.lang.String CACHE_PERIOD
CACHE_TIMEOUT
public static final java.lang.String CACHE_TIMEOUT