OrganizationServiceCacheSettings Class
Applies To: Dynamics CRM 2013
(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 | |
---|---|---|
OrganizationServiceCacheSettings() | Initializes a new instance of the OrganizationServiceCacheSettings class. |
|
OrganizationServiceCacheSettings(CrmConnection) | Initializes a new instance of the OrganizationServiceCacheSettings class. |
|
OrganizationServiceCacheSettings(String) | Initializes a new instance of the OrganizationServiceCacheSettings class. |
Properties
Name | Description | |
---|---|---|
CacheEntryChangeMonitorPrefix | Gets or sets the prefix string used for constructing the CacheEntryChangeMonitor objects assigned to the cache items. |
|
CacheRegionName | Gets or sets the cache region name. |
|
ConnectionId | Gets or sets a key value for uniquely distinguishing the connection. |
|
PolicyFactory | Gets or sets a factory for creating CacheItemPolicy objects. |
|
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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.Services Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top