Clears the cache.

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void ClearCache(
	int tabId
)
Visual Basic
Public Sub ClearCache ( 
	tabId As Integer
)

Parameters

tabId
Type: System..::..Int32
The tab id.

Implements

IModuleController..::..ClearCache(Int32)

See Also