FAQ/Questions/Caching.md
... ...
@@ -24,7 +24,7 @@ The AdHocConfig.InvalidateFilteredCaches() method will clean up the results cach
24 24
25 25
###DataCacheInterval
26 26
27
-[[AdHocSettings.DataCacheInterval|http://wiki.izenda.us/API/CodeSamples/DataCacheInterval]] sets the number of seconds between cache refreshes for FUSION (HTML) cache. Example: ``AdHocSettings.DataCacheInterval = 60 * 24 * 30;``
27
+[[AdHocSettings.DataCacheInterval|http://wiki.izenda.us/API/CodeSamples/DataCacheInterval]] sets the number of minutes between cache refreshes for FUSION (HTML) cache. Example: ``AdHocSettings.DataCacheInterval = 60 * 24 * 30;``
28 28
29 29
###InvalidateSchemaCache
30 30