DataCacheItem Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Used to retrieve all information associated with the cached object in the cluster.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name:="DataCacheItem", Namespace:="https://schemas.microsoft.com/velocity/namespace")> _
Public NotInheritable Class DataCacheItem
'Usage
Dim instance As DataCacheItem
[SerializableAttribute] 
[DataContractAttribute(Name="DataCacheItem", Namespace="https://schemas.microsoft.com/velocity/namespace")] 
public sealed class DataCacheItem
[SerializableAttribute] 
[DataContractAttribute(Name=L"DataCacheItem", Namespace=L"https://schemas.microsoft.com/velocity/namespace")] 
public ref class DataCacheItem sealed
/** @attribute SerializableAttribute() */ 
/** @attribute DataContractAttribute(Name="DataCacheItem", Namespace="https://schemas.microsoft.com/velocity/namespace") */ 
public final class DataCacheItem
SerializableAttribute 
DataContractAttribute(Name="DataCacheItem", Namespace="https://schemas.microsoft.com/velocity/namespace") 
public final class DataCacheItem

Remarks

The DataCacheItem class is useful for updating tags associated with the object and concurrency operations. For more information, see Tag-Based Methods (Velocity) and Concurrency Methods (Velocity).

Inheritance Hierarchy

System.Object
  Microsoft.Data.Caching.DataCacheItem

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

Reference

DataCacheItem Members
Microsoft.Data.Caching Namespace