SPCache.Delete method (String, String)

Deletes an item with the specified string identifier from the cache with the specified object type.

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

Syntax

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

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

Parameters

See also

Reference

SPCache class

SPCache members

Delete overload

Microsoft.Office.Server.ObjectCache namespace