ASP.NET MVC 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class CacheSettings

Describes the possible caching mode of the report. It contains cache expiration strategies.

Inheritance
System.Object
CacheSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public class CacheSettings

Constructors

CacheSettings()

Initializes a new instance of the CacheSettings class.

Declaration
public CacheSettings()

Properties

CachingMode

Gets or sets the possible caching mode of the report.

Declaration
public CachingMode CachingMode { get; set; }
Property Value
Type Description
CachingMode

It contains cache expiration strategies.

ExpiredAfter

Gets or sets the expiry time to delete the cache.

Declaration
public long ExpiredAfter { get; set; }
Property Value
Type Description
System.Int64

It conatins expiry time in minutes

ExpireDateTime

Gets or sets the date and time to delete the cache.

Declaration
public DateTime ExpireDateTime { get; set; }
Property Value
Type Description
System.DateTime

It contains an instant in time, typically expressed as a date and time of day.

ExpireTimeSpan

Gets or sets the time to delete the cache.

Declaration
public TimeSpan ExpireTimeSpan { get; set; }
Property Value
Type Description
System.TimeSpan

It conatins time intervals

ReportCachingMode

Gets or sets the possible report caching mode of the report.

Declaration
public ReportCachingMode ReportCachingMode { get; set; }
Property Value
Type Description
ReportCachingMode

It contains cache expiration strategies.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved