ObjectCacheManager.Get Method
Applies To: Dynamics CRM 2013
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Overload List
|
Get<T>(ObjectCache, String, Func<ObjectCache, T>, Action<ObjectCache, T>, String) |
|
|
Get<T>(ObjectCache, String, Func<ObjectCache, T>, Func<CacheItemPolicy>, String) |
|
|
Get<T>(String, Func<ObjectCache, T>, Action<ObjectCache, T>, String) |
|
|
Get<T>(String, Func<ObjectCache, T>, Func<CacheItemPolicy>, String) |
|
|
Get<T>(String, String, Func<ObjectCache, T>, Action<ObjectCache, T>, String) |
|
|
Get<T>(String, String, Func<ObjectCache, T>, Func<CacheItemPolicy>, String) |
|
See Also
ObjectCacheManager Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top