The priority of the cached item. The default value is CacheItemPriority.Default

Namespace: DotNetNuke.ComponentModel.DataAnnotations
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public CacheItemPriority CachePriority { get; set; }
Visual Basic
Public Property CachePriority As CacheItemPriority
	Get
	Set

See Also