Uses of Class
mondrian.olap.ExpCacheDescriptor
-
Packages that use ExpCacheDescriptor Package Description mondrian.calc.impl Provides implementation classes for compiled expressions.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. -
-
Uses of ExpCacheDescriptor in mondrian.calc.impl
Constructors in mondrian.calc.impl with parameters of type ExpCacheDescriptor Constructor Description CacheCalc(Exp exp, ExpCacheDescriptor key)
-
Uses of ExpCacheDescriptor in mondrian.olap
Methods in mondrian.olap with parameters of type ExpCacheDescriptor Modifier and Type Method Description Object
Evaluator. getCachedResult(ExpCacheDescriptor key)
Simple caching of the result of anExp
. -
Uses of ExpCacheDescriptor in mondrian.rolap
Methods in mondrian.rolap with parameters of type ExpCacheDescriptor Modifier and Type Method Description Object
RolapEvaluator. getCachedResult(ExpCacheDescriptor cacheDescriptor)
-