OrganizationServiceContextExtensions.TryRemoveFromCache Method
Applies To: Dynamics CRM 2013
Removes an entity from cache if it is applicable to the context.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Overload List
Name | Description | |
---|---|---|
TryRemoveFromCache(OrganizationServiceContext, Entity) | Removes an entity from cache if it is applicable to the context. |
|
TryRemoveFromCache(OrganizationServiceContext, EntityReference) | Removes an entity from cache if it is applicable to the context. |
|
TryRemoveFromCache(OrganizationServiceContext, OrganizationRequest) | Removes a request/response from cache if it is applicable to the context. |
|
TryRemoveFromCache(OrganizationServiceContext, String) | Removes an item from cache if it is applicable to the context. |
|
TryRemoveFromCache(OrganizationServiceContext, String, Nullable<Guid>) | Removes an entity from cache if it is applicable to the context. |
See Also
OrganizationServiceContextExtensions Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Developer extensions context object model (Dynamics CRM 2013)
Return to top