#Reset Fusion Cache
To update the cache based on your unique business logic (such as daily, during downtime hours) use this method:
FusionCache.RefreshAllCachedReports();
This will allow reports to be cached for performance but have data refreshed based on your logic.
