Uses of Interface
net.sf.jasperreports.data.cache.DataCacheHandler
-
Packages that use DataCacheHandler Package Description net.sf.jasperreports.data.cache Contains classes for data caching.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of DataCacheHandler in net.sf.jasperreports.data.cache
Classes in net.sf.jasperreports.data.cache that implement DataCacheHandler Modifier and Type Class Description class
ColumnDataCacheHandler
Report data cache handler that collects data in column stores.class
PopulatedSnapshotCacheHandler
-
Uses of DataCacheHandler in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return DataCacheHandler Modifier and Type Method Description DataCacheHandler
JRFillContext. getCacheHandler()
-