Quantcast
Channel: Microsoft Dynamics CRM
Viewing all articles
Browse latest Browse all 71679

Forum Post: RE: Caching Dynamics CRM Connection with Xrm with ASP.NET

$
0
0
Hi Santiago, you can use the function below to remove a CRM cache by entity. public static void ClearCache(string entityName) { const string format = "adxdependency:crm:entity:{0}"; var dependency = string.Format(format, entityName).ToLower(); var cache = Microsoft.Xrm.Client.Caching.CacheManager.GetBaseCache(); cache.Remove(dependency); } msdn.microsoft.com/.../microsoft.xrm.client.caching.objectcachemanager.aspx Thinks, Youssef.

Viewing all articles
Browse latest Browse all 71679

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>