Property Priority
Priority
Sets the relative priority of the item as compared to other cached items. Higher priority items are less likely to be deleted from cache on eviction.
Declaration
public Runtime.CacheItemPriority Priority { get; set; }
Property Value
Type | Description |
---|---|
Runtime.CacheItemPriority | Specifies the priority of the item. Low priority items are evicted first when eviction is triggered. |