Removes the specified cache key.

Namespace: DotNetNuke.Services.Cache
Assembly: 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.

See Also