Package com.inet.report.cache
-
Interface Summary Interface Description EngineFactory An instance of this interface creates aReportCacheKey
andEngine
based on the properties. -
Class Summary Class Description Cache This class implements a cache for rendered data.EngineFactoryImpl This is the default implementation of the EngineFactory.ReportCacheInputStream A stream result from a report in the cache.ReportCacheKey This class represents a unique key for a report output. -
Exception Summary Exception Description KeyNotFoundException This exception will be thrown if ReportCacheKey is not found in the Cache.PageOutOfRangeException This exception is thrown if a page is requested with a page number larger than the total number of pages, or is less than 0.