Class CacheSettings
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: Syncfusion.EJ.ReportViewer
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class CacheSettings
Constructors
CacheSettings()
Declaration
public CacheSettings()
Properties
CachingMode
Declaration
public CachingMode CachingMode { get; set; }
Property Value
Type | Description |
---|---|
CachingMode |
ExpireDateTime
Declaration
public DateTime ExpireDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
ExpireTimeSpan
Declaration
public TimeSpan ExpireTimeSpan { get; set; }
Property Value
Type | Description |
---|---|
System.TimeSpan |