5b173539e32d8db07c86b5f33a8150f31b858009
FAQ/Questions/Caching.md
| ... | ... | @@ -18,6 +18,10 @@ The [[AdHocConfig.FilteredListReports|http://wiki.izenda.us/FAQ/FilteredListRepo |
| 18 | 18 | |
| 19 | 19 | The AdHocConfig.InvalidateFilteredCaches() method will clean up the results cached in the FilteredListReports method and can be called manually if needed. Like, for instance, when the XML definitions of one or more reports change outside the environment. |
| 20 | 20 | |
| 21 | +###DataCache Interval |
|
| 22 | + |
|
| 23 | +Sets the number of seconds between cache refreshes. Example: ``AdHocSettings.DataCacheInterval = 60 * 24 * 30;`` |
|
| 24 | + |
|
| 21 | 25 | ###InvalidateSchemaCache |
| 22 | 26 | |
| 23 | 27 | The AdHocConfig.Driver.InvalidateSchemaCache() method will update the schema for database changes on, all filtered report lists, queries to the database that were cached, cached HTML results of reports, and cached XML report definitions. |