Uses of Interface
mondrian.olap.CacheControl
Packages that use CacheControl
Package
Description
Mondrian's core package, this defines connections and the catalog metamodel,
and allows you to execute queries.
Implements the data access layer for the olap package.
Manages a cache of aggregates containing cell values.
-
Uses of CacheControl in mondrian.olap
Methods in mondrian.olap that return CacheControlModifier and TypeMethodDescriptionConnection.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 CacheControlMethods in mondrian.rolap that return CacheControl -
Uses of CacheControl in mondrian.rolap.agg
Methods in mondrian.rolap.agg that return CacheControlModifier and TypeMethodDescriptionAggregationManager.getCacheControl
(RolapConnection connection, PrintWriter pw) Returns an API with which to explicitly manage the contents of the cache.