In this article you will learn how to customize cache memory for Helical Insight reports.
- How to enable / disable cache
By default cache for Helical Insight report is set to true. True means cache memory is enabled. The user can toggle the value by editing the cache.xml file located at <installation directory>\hi-repository\System\Admin\cache.xmlFor example:
C:\Program Files\Helical Insight\hi\hi-repository\System\Admin\cache.xml
Now, Open the cache.xml file
Find the <enableCache> tag and change the value to true/false
default enableCache tag value : <enableCache>true</enableCache>
After modifying value (set true -> false) : <enableCache>false</enableCache>Then, click save to complete the process.
- How to change the cache expiry time
By default cache expiry duration is set to 24 hours . The user can toggle the value by editing the cache.xml
file located at <installation directory>\hi-repository\System\Admin\cache.xmlFor example:
C:\Program Files\Helical Insight\hi\hi-repository\System\Admin\cache.xml
Now, Open the cache.xml file
Find the following tags in cache.xml file:
- <cacheExpireDuration> for setting value for cache expiry duration.
- <durationUnit> for setting expiry duration unit like hours/minutes. In Helical Insight you can use only hours/minutes.
After modifying the default values, save the cache.xml file to complete the process.