CacheItemDetail Class
Applies To: Dynamics CRM 2013
Additional information about the cache item. (Developer Extensions)
Namespace: Microsoft.Xrm.Client.Caching
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Inheritance Hierarchy
System.Object
Microsoft.Xrm.Client.Caching.CacheItemDetail
Syntax
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class CacheItemDetail
[SerializableAttribute]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")]
public ref class CacheItemDetail sealed
[<Sealed>]
[<SerializableAttribute>]
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts")>]
type CacheItemDetail = class end
<SerializableAttribute>
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts")>
Public NotInheritable Class CacheItemDetail
Constructors
Name | Description | |
---|---|---|
CacheItemDetail(String, CacheItemPolicy) | Constructor initializes an instance of the CacheItemDetail class. |
Properties
Name | Description | |
---|---|---|
CacheKey | Gets the key of the related cache item. |
|
CreatedOn | Gets the creation date of the cache item. |
|
Policy | Gets the policy of the cache item. |
|
UpdatedOn | Gets or sets the last updated date of the cache item. |
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.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top