OrganizationServiceCacheSettings Class

 

Applies To: Dynamics CRM 2015

(Developer Extensions)

Namespace:   Microsoft.Xrm.Client.Services
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Xrm.Client.Services.OrganizationServiceCacheSettings

Syntax

public sealed class OrganizationServiceCacheSettings
public ref class OrganizationServiceCacheSettings sealed 
[<Sealed>]
type OrganizationServiceCacheSettings = class end
Public NotInheritable Class OrganizationServiceCacheSettings

Constructors

Name Description
System_CAPS_pubmethod OrganizationServiceCacheSettings()

Initializes a new instance of the OrganizationServiceCacheSettings class.

System_CAPS_pubmethod OrganizationServiceCacheSettings(CrmConnection)

Initializes a new instance of the OrganizationServiceCacheSettings class.

System_CAPS_pubmethod OrganizationServiceCacheSettings(String)

Initializes a new instance of the OrganizationServiceCacheSettings class.

Properties

Name Description
System_CAPS_pubproperty CacheEntryChangeMonitorPrefix

Gets or sets the prefix string used for constructing the CacheEntryChangeMonitor objects assigned to the cache items.

System_CAPS_pubproperty CacheRegionName

Gets or sets the cache region name.

System_CAPS_pubproperty ConnectionId

Gets or sets a key value for uniquely distinguishing the connection.

System_CAPS_pubproperty PolicyFactory

Gets or sets a factory for creating CacheItemPolicy objects.

System_CAPS_pubproperty QueryHashingEnabled

Gets or sets whether the query used to construct the cache key is to be hashed or left as a readable string.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

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.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright