IExtendedObjectCache Interface
Applies To: Dynamics CRM 2013
Extended object cache. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public interface IExtendedObjectCache
public interface class IExtendedObjectCache
type IExtendedObjectCache = interface end
Public Interface IExtendedObjectCache
Methods
Name | Description | |
---|---|---|
![]() |
RemoveAll(String) | Removes all cache items. |
![]() |
RemoveAllLocal(String) | Removes all cache items that are local to the application. |
![]() |
RemoveLocal(String, String) | Removes a cache item that is local to the application.< |
See Also
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top