ObjectCacheProvider Class

 

Applies To: Dynamics CRM 2015

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
System_CAPS_pubmethod ObjectCacheProvider()

Methods

Name Description
System_CAPS_pubmethod Clear(ObjectCache)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod Get<T>(ObjectCache, String, Func<ObjectCache, T>, Action<ObjectCache, T>, String)

System_CAPS_pubmethod GetCacheItemDetail(ObjectCache, String, String)

System_CAPS_protmethod GetCacheItemDetailCacheKey(ObjectCache, String)

System_CAPS_pubmethod GetCacheItemPolicy(ChangeMonitor, String)

System_CAPS_pubmethod GetCacheItemPolicy(IEnumerable<String>, String, String)

System_CAPS_pubmethod GetCacheItemPolicy(ObjectCache, IEnumerable<String>, String, String)

System_CAPS_pubmethod GetCacheItemPolicy(String)

System_CAPS_pubmethod GetChangeMonitor(ObjectCache, IEnumerable<String>, String)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetInstance(String)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod Insert(ObjectCache, String, Object, CacheItemPolicy, String)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod RemoveAll(ObjectCache, String)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Extension Methods

Name Description
System_CAPS_pubmethod 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 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright