Property ItemPriority
ItemPriority
Gets/Sets the priority of the item.
Declaration
public CacheItemPriority ItemPriority { get; set; }
Property Value
| Type | Description |
|---|---|
| CacheItemPriority | Relative priority of items stored in the cache. |
Gets/Sets the priority of the item.
public CacheItemPriority ItemPriority { get; set; }
| Type | Description |
|---|---|
| CacheItemPriority | Relative priority of items stored in the cache. |