Skip to main content

AzureCacheCleanerSettings(TimeSpan, TimeSpan, TimeSpan, TimeSpan) Constructor

Initializes a new instance of the AzureCacheCleanerSettings class with the specified settings.

Namespace: DevExpress.XtraReports.Web.Azure.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.Azure.dll

NuGet Package: DevExpress.Web.Reporting.Azure

Declaration

public AzureCacheCleanerSettings(
    TimeSpan dueTime,
    TimeSpan period,
    TimeSpan reportTimeToLive,
    TimeSpan documentTimeToLive
)

Parameters

Name Type Description
dueTime TimeSpan

A TimeSpan structure, specifying the time interval after which to run the cache cleaner (starting from the moment when the Web Document Viewer was loaded).

period TimeSpan

A TimeSpan structure, specifying the period of time between each cleaning of the cache.

reportTimeToLive TimeSpan

A TimeSpan structure, specifying the lifetime of a report in the cache.

documentTimeToLive TimeSpan

A TimeSpan structure, specifying the lifetime of a report document in the cache.

See Also