SPGlobalAdmin.RefreshConfigCache Method

NOTE: This API is now obsolete.

The configuration cache is now refreshed automatically by the timer service. (In Windows SharePoint Services 2.0 the RefreshConfigCache method refreshed the configuration cache, and is maintained for backward compatibility.)

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ObsoleteAttribute("SPGlobalAdmin.RefreshConfigCache() is obsolete.  The configuration cache is now refreshed automatically by the timer service.",  _
    False)> _
Public Sub RefreshConfigCache
'Usage
Dim instance As SPGlobalAdmin

instance.RefreshConfigCache()
[ObsoleteAttribute("SPGlobalAdmin.RefreshConfigCache() is obsolete.  The configuration cache is now refreshed automatically by the timer service.", 
    false)]
public void RefreshConfigCache()

See Also

Reference

SPGlobalAdmin Class

SPGlobalAdmin Members

RefreshConfigCache Overload

Microsoft.SharePoint.Administration Namespace