6ea4d5f8ebd734072e798b85cd962220c23b332f
Guides/Izenda-AdHoc-Driver.md
| ... | ... | @@ -182,7 +182,7 @@ Getting data from several data source providers may take a lot of time and resou |
| 182 | 182 | |
| 183 | 183 | You can configure the cache yourself by using the following properties and methods: |
| 184 | 184 | |
| 185 | -* **DataCacheExpiration:** Sets the date for cache expiration. All data in the cache older than the specified date will be cleared (removed from the cache). For example, if you want to clear all data more than two days old, you should set: ``AdHocSettings..DataCacheExpiration = DateTime.Now.AddDays(-2);`` |
|
| 185 | +* **DataCacheExpiration:** Sets the date for cache expiration. All data in the cache older than the specified date will be cleared (removed from the cache). For example, if you want to clear all data more than two days old, you should set: ``AdHocSettings.DataCacheExpiration = DateTime.Now.AddDays(-2);`` |
|
| 186 | 186 | * **CacheReports method:** Indicates that all reports should or should not be cached: ``fusionDriver.CacheReports = true;`` |
| 187 | 187 | |
| 188 | 188 | ###Sample use |