Delen via


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
System_CAPS_pubmethod RemoveAll(String)

Removes all cache items.

System_CAPS_pubmethod RemoveAllLocal(String)

Removes all cache items that are local to the application.

System_CAPS_pubmethod 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