Uses of Interface
org.pentaho.reporting.engine.classic.core.cache.DataCache

Packages that use DataCache
org.pentaho.reporting.engine.classic.core.cache   
 

Uses of DataCache in org.pentaho.reporting.engine.classic.core.cache
 

Classes in org.pentaho.reporting.engine.classic.core.cache that implement DataCache
 class EhCacheDataCache
          The simplest of all caches systems.
 class InMemoryDataCache
          The simplest of all caches systems.
 

Methods in org.pentaho.reporting.engine.classic.core.cache that return DataCache
static DataCache DataCacheFactory.getCache()