CacheCleanerSettings.CreateDefault() Method
In This Article
Creates a new instance of the CacheCleanerSettings class with the default settings.
Namespace: DevExpress.XtraReports.Web.WebDocumentViewer
Assembly: DevExpress.XtraReports.v24.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
#Declaration
public static CacheCleanerSettings CreateDefault()
#Returns
Type | Description |
---|---|
Cache |
A Cache |
#Remarks
The following parameter values are defined for a default CacheCleanerSettings object.
Parameter | Value |
---|---|
due |
30 seconds |
period | 1 minute |
report |
2 hours |
document |
1 minute |
See Also