Removes the specified cache key.
Namespace: DotNetNuke.Services.CacheAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public virtual void Remove( string CacheKey ) |
| Visual Basic |
|---|
Public Overridable Sub Remove ( CacheKey As String ) |
Parameters
- CacheKey
- Type: System..::..String
The cache key.