Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes all caches from the specified service.
Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub RemoveCaches ( _
    serviceName As String _
)
'Usage
Dim instance As SPCacheConfig
Dim serviceName As String
instance.RemoveCaches(serviceName)
public void RemoveCaches(
    string serviceName
)
Parameters
- serviceName
Type: System.String