Uses of Interface
mondrian.olap.CacheControl
-
Packages that use CacheControl Package Description mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values. -
-
Uses of CacheControl in mondrian.olap
Methods in mondrian.olap that return CacheControl Modifier and Type Method Description CacheControl
Connection. getCacheControl(PrintWriter pw)
Returns an object with which to explicitly control the contents of the cache. -
Uses of CacheControl in mondrian.rolap
Classes in mondrian.rolap that implement CacheControl Modifier and Type Class Description class
CacheControlImpl
Implementation ofCacheControl
API.Methods in mondrian.rolap that return CacheControl Modifier and Type Method Description CacheControl
RolapConnection. getCacheControl(PrintWriter pw)
-
Uses of CacheControl in mondrian.rolap.agg
Methods in mondrian.rolap.agg that return CacheControl Modifier and Type Method Description CacheControl
AggregationManager. getCacheControl(RolapConnection connection, PrintWriter pw)
Returns an API with which to explicitly manage the contents of the cache.
-