Cleans the cache key by remove cache key prefix.

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

Syntax

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

Parameters

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

Return Value

cache key without prefix.

Exceptions

ExceptionCondition
System..::..ArgumentExceptioncache key is empty.

See Also