Format and Portal Customizations > Configuring the Cache Time for Reports
  
Version 10.1.01
Configuring the Cache Time for Reports
The cache retains reporting data and if it reaches capacity, it frees up space for new reports by purging the data for the least frequently used reports.
Purging also occurs when a cached report is more than 24 hours old. You can change the value by adding a line to the portal.properties file.
1. Revise the cache purge time for reporting data using the portal.properties file:
Linux:
/opt/aptare/portalconf/portal.properties
Windows:
C:\opt\aptare\portalconf\portal.properties
2. Add the following line:
portal.reports.cache.timeOut
The unit of measure for the cache timeOut value is seconds.
Example: portal.reports.cache.timeOut=86400
3. Restart the Tomcat Portal services.