ISPCache.Delete Method (String, String)

Deletes a specified object from the cache with the specified object type.

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

Syntax

'Declaration
Sub Delete ( _
    objectTypeName As String, _
    id As String _
)
'Usage
Dim instance As ISPCache
Dim objectTypeName As String
Dim id As String

instance.Delete(objectTypeName, id)
void Delete(
    string objectTypeName,
    string id
)

Parameters

  • id
    Type: System.String
    The unique identifier of the cached object.

See Also

Reference

ISPCache Interface

ISPCache Members

Delete Overload

Microsoft.Office.Server.ObjectCache Namespace