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 Type
    Method
    Description
    Returns the dimensionality of a region.
  • Method Details

    • getDimensionality

      List<Dimension> getDimensionality()
      Returns the dimensionality of a region.
      Returns:
      a list of Dimension objects.