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
System_CAPS_pubmethodSystem_CAPS_static TryRemoveFromCache(OrganizationServiceContext, Entity)

Removes an entity from cache if it is applicable to the context.

System_CAPS_pubmethodSystem_CAPS_static TryRemoveFromCache(OrganizationServiceContext, EntityReference)

Removes an entity from cache if it is applicable to the context.

System_CAPS_pubmethodSystem_CAPS_static TryRemoveFromCache(OrganizationServiceContext, OrganizationRequest)

Removes a request/response from cache if it is applicable to the context.

System_CAPS_pubmethodSystem_CAPS_static TryRemoveFromCache(OrganizationServiceContext, String)

Removes an item from cache if it is applicable to the context.

System_CAPS_pubmethodSystem_CAPS_static 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