ObjectCacheProvider Class
Applies To: Dynamics CRM 2013
Object cache provider. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Client.Caching.ObjectCacheProvider
Syntax
public class ObjectCacheProvider
public ref class ObjectCacheProvider
type ObjectCacheProvider = class end
Public Class ObjectCacheProvider
Constructors
Name | Description | |
---|---|---|
ObjectCacheProvider() |
Methods
Extension Methods
Name | Description | |
---|---|---|
SerializeByJson(IEnumerable<Type>) | Serialize an object using the DataContractJsonSerializer.(Defined by ObjectExtensions.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top