Clears the specified type.

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

Syntax

C#
public virtual void Clear(
	string type,
	string data
)
Visual Basic
Public Overridable Sub Clear ( 
	type As String,
	data As String
)

Parameters

type
Type: System..::..String
The type.
data
Type: System..::..String
The data.

See Also