Gets the cache key with key prefix.

Namespace: DotNetNuke.Services.Cache
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetCacheKey(
	string CacheKey
)
Visual Basic
Public Shared Function GetCacheKey ( 
	CacheKey As String
) As String

Parameters

CacheKey
Type: System..::..String
The cache key.

Return Value

CachePrefix + CacheKey

Exceptions

ExceptionCondition
System..::..ArgumentExceptionCache key is empty.

See Also