CacheKey gets the root value of the key used to identify the cached collection in the ASP.NET Cache.

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

Syntax

C#
public string CacheKey { get; }
Visual Basic
Public ReadOnly Property CacheKey As String
	Get

See Also