SPPersistedObject.Uncache method

Frees the memory cache that is used by the object.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub Uncache
'Usage
Dim instance As SPPersistedObject

instance.Uncache()
public void Uncache()

Remarks

Use the Uncache method to free the cache that is used by objects that consume large amounts of resources.

See also

Reference

SPPersistedObject class

SPPersistedObject members

Microsoft.SharePoint.Administration namespace