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.
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
Add the following line:
portal.reports.cache.timeOut
The unit of measure is seconds.
Restart the Tomcat Portal services.