API/CodeSamples/Javascript/GetRenderedReportSet.md
... ...
@@ -0,0 +1,7 @@
1
+#Reset Fusion Cache
2
+
3
+To update the cache based on your unique business logic (such as daily, during downtime hours) use this method:
4
+
5
+``FusionCache.RefreshAllCachedReports();``
6
+
7
+This will allow reports to be cached for performance but have data refreshed based on your logic.
... ...
\ No newline at end of file
FAQ/reset-fusion-cache.md
... ...
@@ -1,7 +0,0 @@
1
-#Reset Fusion Cache
2
-
3
-To update the cache based on your unique business logic (such as daily, during downtime hours) use this method:
4
-
5
-``FusionCache.RefreshAllCachedReports();``
6
-
7
-This will allow reports to be cached for performance but have data refreshed based on your logic.
... ...
\ No newline at end of file