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. |