ActiveReports 9 Server
CacheItemPriority Enumeration

Specifies a priority for an item cached in the service.
Syntax
'Declaration
 
Public Enum CacheItemPriority 
   Inherits System.Enum
public enum CacheItemPriority : System.Enum 
Members
MemberDescription
HighIndicates that the cache item is the least likely to be deleted from the cache as the service frees memory.
LowIndicates that the cache item is the most likely to be deleted from the cache as the service frees memory.
NormalIndicates that the cache item can be deleted from the cache as the service frees memory.
PermanentIndicates that the cache item will not be automatically deleted from the cache as the service frees memory.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ActiveReports.Server.ReportServices.Contracts.Policy.CacheItemPriority

Requirements

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

See Also

Reference

ActiveReports.Server.ReportServices.Contracts.Policy Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum