a5e473e811836f6feec0e826b1d32cf42fa25eac
FAQ/Questions/Caching.md
| ... | ... | @@ -22,6 +22,10 @@ The AdHocConfig.InvalidateFilteredCaches() method will clean up the results cach |
| 22 | 22 | |
| 23 | 23 | 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. |
| 24 | 24 | |
| 25 | +###InvalidateSchemaOnNew |
|
| 26 | + |
|
| 27 | +The AdHocSettings.InvalidateSchemaOnNew is a Boolean which tells the system if it should should update the schema for database changes when a new report is being created. This is useful for environments where the database is constantly changing. |
|
| 28 | + |
|
| 25 | 29 | ###CleanUpCache |
| 26 | 30 | |
| 27 | 31 | The ``FusionCache.CleanUpCache`` method is part of the Izenda Fusion Driver suite and will clear all cached XML reports and dashboards. |