SPCacheConfig.RemoveCaches Method (CacheParameter )
Removes and deallocates all caches that match the object types specified in the array of CacheParameter objects.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Sub RemoveCaches ( _
cacheParams As CacheParameter() _
)
'Usage
Dim instance As SPCacheConfig
Dim cacheParams As CacheParameter()
instance.RemoveCaches(cacheParams)
public void RemoveCaches(
CacheParameter[] cacheParams
)
Parameters
- cacheParams
Type: []