Removes the internal.

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

Syntax

C#
protected void RemoveInternal(
	string cacheKey
)
Visual Basic
Protected Sub RemoveInternal ( 
	cacheKey As String
)

Parameters

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

See Also