Share via


DataCacheItem Members

[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.

The following tables list the members exposed by the DataCacheItem type.

Public Properties

  Name Description
Public property CacheName The name of the cache where the object is stored.
Public property Key The identifier that is used to distinguish the cached object in the cache or region.
Public property RegionName If applicable, the name of the region where the object is stored.
Public property Tags A generic list of tags associated with the cached object.
Public property Value The object stored in cache.
Public property Version The version of the cached object.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Dd631085.static(en-us,SQL.100).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

DataCacheItem Class
Microsoft.Data.Caching Namespace