# Switch to another cache framework

Pentaho ships with configuration files that assume a JBoss Infinispan deployment.

**Note:** The segment cache features explained in this section are for very large OLAP deployments.

Instructions are provided below for switching to the Pentaho Platform Delegating Cache or Memcached. Also in this section is a brief overview of how to create a Java class to implement your own custom cache system:

**Note:** Pentaho strongly recommends Infinispan over Memcached for maximum OLAP performance.

* [Switch to Memcached](/install/9.3-install/multidimensional-data-modeling-in-pentaho/mondrian-cache-control/switch-to-memcached-cp.md)
* [Switch to Pentaho Platform Delegating Cache](/install/9.3-install/multidimensional-data-modeling-in-pentaho/mondrian-cache-control/switch-to-another-cache-framework/switch-to-pentaho-platform-delegating-cache.md)
* [Use a Custom SegmentCache SPI](/install/9.3-install/multidimensional-data-modeling-in-pentaho/mondrian-cache-control/switch-to-another-cache-framework/use-a-custom-segmentcache-spi.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/install/9.3-install/multidimensional-data-modeling-in-pentaho/mondrian-cache-control/switch-to-another-cache-framework.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
