Uses of Class
ca.cbc.sportwire.servlet.data.DBCacheBean

Packages that use DBCacheBean
ca.cbc.sportwire.servlet.data   
 

Uses of DBCacheBean in ca.cbc.sportwire.servlet.data
 

Fields in ca.cbc.sportwire.servlet.data declared as DBCacheBean
protected  DBCacheBean TestDBCacheBean.varDBCacheBean
          Instance of tested class.
 

Methods in ca.cbc.sportwire.servlet.data that return DBCacheBean
static DBCacheBean DBCacheBean.getInstance(org.apache.velocity.context.Context context)
          getInstance attempts to fetch the matching instance via the Velocity Context $globals link to the TTL cache.
static DBCacheBean DBCacheBean.getInstance(org.apache.velocity.context.Context context, java.lang.String sql)
          getInstance gets the app config and also sets the query in motion.
static DBCacheBean DBCacheBean.getInstance(org.apache.commons.collections.ExtendedProperties sc)
          getInstance:
static DBCacheBean DBCacheBean.getInstance(org.apache.commons.collections.ExtendedProperties sc, java.lang.String sql)
          getInstance is the same as the version using the Velocity page config, but gets the app config directly.