Gets the Cache Item's priority (defaults to Default)

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Remarks

Note: DotNetNuke currently doesn't support the ASP.NET Cache's ItemPriority, but this is included for possible future use.

See Also