Use a Custom SegmentCache SPI
Use the following steps to develop your own implementation of the SegmentCache SPI:
- Create a Java class that implements
mondrian.spi.SegmentCache
. - Compile your class and make it available in Mondrian’s classpath.
- Edit
mondrian.properties
and setmondrian.olap.SegmentCache
to your class name. - Start the Pentaho Server or Mondrian engine.
This is only a high-level overview; for more specific advice, contact Pentaho Support and inquire about developer assistance.