Hot Solutions, Top Questions and Best Bets lists are cached to enhance performance. By default, the cache clears the lists every 20 minutes. The cache time can be modified by performing the following steps:
Open the ACC > Pages and Components > Components by Path section.
Open the
/atg/svc/repository/service/util/SolutionScoringCachecomponent. Change theCacheTimeOutproperty to the new cache timeout level.Note: Decreasing the cache time will increase the number of times that the lists are repopulated, which may decrease performance. If you decrease the cache time, you must modify the
SolutionScoringCacheLoader. For information on modifying theSolutionScoringCacheLoader, refer to Configuring Solutions for All Users.Once the cache levels have been modified, the cache must be refreshed or it will continue to display the earlier cached solution list. Select the Method tab and Invoke the
flush()method ofSolutionScoringCacheto clear the cache and set the new cache levels.Save your settings.

