Granularity: page cache partition configurations, static cache time to live value per instance, and whether the page cache is enabled per instance.
Administration > Site Development > Site Import & Export
N/A
This section describes the elements in the cache-settings.xsd and considerations when creating values for them
Element: Settings
<settings>
<development>
<static-cache-ttl>86400</static-cache-ttl>
<page-cache-enabled>true</page-cache-enabled>
</development>
<staging>
<static-cache-ttl>0</static-cache-ttl>
<page-cache-enabled>false</page-cache-enabled>
</staging>
<production>
<static-cache-ttl>86400</static-cache-ttl>
<page-cache-enabled>true</page-cache-enabled>
</production>
</settings>
Element: Page-Cache-Partitions
<page-cache-partitions>
<page-cache-partition partition-id="partition0">
<name>partition0</name>
<pipelines>
<pipeline>Account-Show</pipeline>
<pipeline>TestPipeline-Start</pipeline>
<pipeline>Pipeline3-Start</pipeline>
<pipeline>Pipeline4-Start</pipeline>
<pipeline>Pipeline5-Start</pipeline>
<pipeline>Pipeline6-Start</pipeline>
<pipeline>Pipeline7-Start</pipeline>
<pipeline>Pipeline8-Start</pipeline>
<pipeline>Pipeline9-Start</pipeline>
<pipeline>Pipeline10-Start</pipeline>
</pipelines>
</page-cache-partition>
</page-cache-partitions>