c3f1a4e2075955f1548e3904a079ad2406880afc
FAQ/Questions/Caching.md
| ... | ... | @@ -8,7 +8,7 @@ What kinds of caching does Izenda use? Can I update the cache? |
| 8 | 8 | |
| 9 | 9 | ##Answer |
| 10 | 10 | |
| 11 | -Izenda caches all your reports and schema information automatically per browser session. Here is a list of the caching methods that are available in case you wish to manually update the cache, although generally the cache will self-update as needed. |
|
| 11 | +Izenda caches all your reports and schema information automatically per browser session. By default, caching is stored in memory and in the temp folder of the server that Izenda is hosted on. Here is a list of the caching methods that are available in case you wish to manually update the cache, although generally the cache will self-update as needed. |
|
| 12 | 12 | |
| 13 | 13 | ###FilteredListReports |
| 14 | 14 | |
| ... | ... | @@ -20,7 +20,7 @@ The AdHocConfig.InvalidateFilteredCaches() method will clean up the results cach |
| 20 | 20 | |
| 21 | 21 | ###InvalidateSchemaCache |
| 22 | 22 | |
| 23 | -The AdHocConfig.Driver.InvalidateSchemaCache() method will update the schema for database changes, all filtered report lists, queries to the database that were cached, cached HTML results of reports, and cached XML report definitions. |
|
| 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 | 25 | ###CleanUpCache |
| 26 | 26 |