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
Removes all items from the cache.
Namespace:   Microsoft.Xrm.Client.Caching
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public static void Clear(
    this ObjectCache cache
)
public:
[ExtensionAttribute]
static void Clear(
    ObjectCache^ cache
)
static member Clear : 
        cache:ObjectCache -> unit
<ExtensionAttribute>
Public Shared Sub Clear (
    cache As ObjectCache
)
Parameters
- cache
 Type: System.Runtime.Caching.ObjectCache
See Also
ObjectCacheManager Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top