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.
Applies To: Dynamics CRM 2013
Namespace:   Microsoft.Xrm.Client.Caching
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public virtual void RemoveAll(
    ObjectCache cache,
    string regionName = null
)
public:
virtual void RemoveAll(
    ObjectCache^ cache,
    String^ regionName = null
)
abstract RemoveAll : 
        cache:ObjectCache *
        regionName:string = null -> unit
override RemoveAll : 
        cache:ObjectCache *
        regionName:string = null -> unit
Public Overridable Sub RemoveAll (
    cache As ObjectCache,
    regionName As String
)
Parameters
- cache
 Type: System.Runtime.Caching.ObjectCache
- regionName
 Type: System.String
See Also
ObjectCacheProvider Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top