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