Cleans the cache key by remove cache key prefix.
Namespace: DotNetNuke.Services.CacheAssembly: 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
Exception | Condition |
---|---|
System..::..ArgumentException | cache key is empty. |