Exago .NET API Documentation
ReportXmlCacheEnabled Property
WebReports.Api.ReportMgmt Namespace > StorageMgmtConfig Class : ReportXmlCacheEnabled Property

If True, the XML report definition content will be cached rather than being read from the database each time it is needed. Enabling this setting will reduce the number of calls to the Storage Management database and may help with performance. Default value is True.

It is recommended to enable Report XML Caching, even with a small timeout. Care should be taken when running Exago in a web farm environment, as the caches will become unsynchronized.

Syntax
public System.bool ReportXmlCacheEnabled {get; set;}
Remarks

Equivalent to the Enable Report XML Caching setting for Storage Management in the Admin Console.

Example

 

See Also

Reference

StorageMgmtConfig Class
StorageMgmtConfig Members