Cache report content
Result set caching
<!--
Defines a cache used by the reporting engine to hold small datasets.
This cache can be configured to have a separate instance for each
logged in user via the
global report configuration. This per-user cache is required if role
or other security and
filter information is used in ways invisible for the reporting
engine.
-->
<cache name="report-dataset-cache"
maxElementsInMemory="50"
eternal="false"
overflowToDisk="false"
timeToIdleSeconds="300"
timeToLiveSeconds="600"
diskPersistent="false"
diskExpiryThreadIntervalSeconds="120"
/>Result set cache options
Option
Purpose
Possible Values
Last updated
Was this helpful?

