ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportServices.Contracts.Policy Namespace : CacheItemPriority Enumeration |
public enum CacheItemPriority : System.Enum
Member | Description |
---|---|
High | Indicates that the cache item is the least likely to be deleted from the cache as the service frees memory. |
Low | Indicates that the cache item is the most likely to be deleted from the cache as the service frees memory. |
Normal | Indicates that the cache item can be deleted from the cache as the service frees memory. |
Permanent | Indicates that the cache item will not be automatically deleted from the cache as the service frees memory. |
System.Object
System.ValueType
System.Enum
ActiveReports.Server.ReportServices.Contracts.Policy.CacheItemPriority
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2