IOrganizationServiceCache Interface

 

Applies To: Dynamics CRM 2015

The interface for a data caching service for the organization service. (Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public interface IOrganizationServiceCache
public interface class IOrganizationServiceCache
type IOrganizationServiceCache = interface end
Public Interface IOrganizationServiceCache

Properties

Name Description
System_CAPS_pubproperty Mode

Gets or sets the caching behavior mode.

System_CAPS_pubproperty ReturnMode

Gets or sets the cache retrieval mode.

Methods

Name Description
System_CAPS_pubmethod Execute<T>(OrganizationRequest, Func<OrganizationRequest, OrganizationResponse>, Func<OrganizationResponse, T>, String)

Executes a request.

System_CAPS_pubmethod Insert(String, Object, Object)

System_CAPS_pubmethod Remove(Entity)

Removes an entity from the cache.

System_CAPS_pubmethod Remove(EntityReference)

Removes an entity from the cache.

System_CAPS_pubmethod Remove(OrganizationRequest)

Removes a request from the cache.

System_CAPS_pubmethod Remove(OrganizationServiceCachePluginMessage)

Removes a plug-in message object from the cache.

System_CAPS_pubmethod Remove(String)

Removes a specific cache item.

System_CAPS_pubmethod Remove(String, Nullable<Guid>)

Removes an entity from the cache.

See Also

Microsoft.Xrm.Client.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright