SPCache.ReleaseMossObjectCache Method

Deletes the object cache with the specified object type.

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

Syntax

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

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

Parameters

Remarks

This is an alternative to using SPCacheConfig.

See Also

Reference

SPCache Class

SPCache Members

Microsoft.Office.Server.ObjectCache Namespace