Uses of Class
planetj.dataengine.cache.DataEngineCache

Packages that use DataEngineCache
planetj.database   
planetj.dataengine.cache   
 

Uses of DataEngineCache in planetj.database
 

Methods in planetj.database that return DataEngineCache
 DataEngineCache DBSystem.getCache(AbstractContext context)
          Gets the cache which holds RC's read from this system
 

Uses of DataEngineCache in planetj.dataengine.cache
 

Methods in planetj.dataengine.cache that return DataEngineCache
 DataEngineCache CacheManager.getCache(SQLContext context)
          Gets the appropriate cache for the SQLContext.
 

Methods in planetj.dataengine.cache with parameters of type DataEngineCache
 void CacheTrackingTask.insertSystemCache(long currentTime, DataEngineCache deCache)
           
static void CacheInspector.addSystemCacheSummaryRow(RowCollection rc, DataEngineCache deCache)
          Creates new cache detail rows for the given dataengine cache.