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

All Known Implementing Classes:
EhCacheDataCache, InMemoryDataCache

public interface DataCache

Todo: Document me!

Date: 17.01.11 Time: 16:54

Author:
Thomas Morgner.

Method Summary
 TableModel get(DataCacheKey key)
           
 DataCacheManager getCacheManager()
           
 TableModel put(DataCacheKey key, TableModel model)
           
 

Method Detail

get

TableModel get(DataCacheKey key)

put

TableModel put(DataCacheKey key,
               TableModel model)

getCacheManager

DataCacheManager getCacheManager()