ISPCache.Clear Method
Clears the cache with the specified object type.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Sub Clear ( _
objectTypeName As String _
)
'Usage
Dim instance As ISPCache
Dim objectTypeName As String
instance.Clear(objectTypeName)
void Clear(
string objectTypeName
)
Parameters
- objectTypeName
Type: System.String