Uses of Class
org.pentaho.reporting.engine.classic.core.cache.DataCacheKey

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

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

Methods in org.pentaho.reporting.engine.classic.core.cache with parameters of type DataCacheKey
 TableModel InMemoryDataCache.get(DataCacheKey key)
           
 TableModel EhCacheDataCache.get(DataCacheKey key)
           
 TableModel DataCache.get(DataCacheKey key)
           
 TableModel InMemoryDataCache.put(DataCacheKey key, TableModel model)
           
 TableModel EhCacheDataCache.put(DataCacheKey key, TableModel model)
           
 TableModel DataCache.put(DataCacheKey key, TableModel model)