DataCacheItem Members

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 Constructors

  Name Description
  DataCacheItem Initializes a new instance of the DataCacheItem class.

Top

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 Timeout Specifies the length of time for which the object will remain in the cache.
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 methodstatic 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.ApplicationServer.Caching Namespace

  ff425062(v=azure.10).md 2011-08-26