SPCache.Clear Method

Removes all objects from the cache specified by the type name.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Sub Clear ( _
    objectTypeName As String _
)
'Usage
Dim instance As SPCache
Dim objectTypeName As String

instance.Clear(objectTypeName)
public void Clear(
    string objectTypeName
)

Parameters

See Also

Reference

SPCache Class

SPCache Members

Microsoft.Office.Server.ObjectCache Namespace