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 | |
---|---|---|
Mode | Gets or sets the caching behavior mode. |
|
ReturnMode | Gets or sets the cache retrieval mode. |
Methods
Name | Description | |
---|---|---|
Execute<T>(OrganizationRequest, Func<OrganizationRequest, OrganizationResponse>, Func<OrganizationResponse, T>, String) | Executes a request. |
|
Insert(String, Object, Object) | ||
Remove(Entity) | Removes an entity from the cache. |
|
Remove(EntityReference) | Removes an entity from the cache. |
|
Remove(OrganizationRequest) | Removes a request from the cache. |
|
Remove(OrganizationServiceCachePluginMessage) | Removes a plug-in message object from the cache. |
|
Remove(String) | Removes a specific cache item. |
|
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