Package mondrian.olap
Interface CacheControl.CellRegion
- Enclosing interface:
- CacheControl
public static interface CacheControl.CellRegion
a region of cells in the cell cache
-
Method Summary
Modifier and TypeMethodDescriptionReturns the dimensionality of a region.
-
Method Details
-
getDimensionality
Returns the dimensionality of a region.- Returns:
- a list of
Dimension
objects.
-