ObjectCacheProvider.Clear Method (ObjectCache)
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public virtual void Clear(
ObjectCache cache
)
public:
virtual void Clear(
ObjectCache^ cache
)
abstract Clear :
cache:ObjectCache -> unit
override Clear :
cache:ObjectCache -> unit
Public Overridable Sub Clear (
cache As ObjectCache
)
Parameters
- cache
Type: System.Runtime.Caching.ObjectCache
See Also
ObjectCacheProvider Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top