DataCacheTag ClassWindows Server AppFabric Caching Compatibility Library
This class defines an optional string-based identifier which can be associated with a cached object.
Inheritance Hierarchy

SystemObject
  Soss.Compat.WSAFDataCacheTag

Namespace: Soss.Compat.WSAF
Assembly: soss_wsaf_compat (in soss_wsaf_compat.dll) Version: 1.1.0.100 (1.1.0.100)
Syntax

[SerializableAttribute]
public class DataCacheTag

The DataCacheTag type exposes the following members.

Constructors

  NameDescription
Public methodDataCacheTag
Public constructor. Initializes a new instance of the DataCacheTag class.
Top
Methods

  NameDescription
Public methodEquals
Determines whether another object is the same.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code of the DataCacheTag class instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the current DataCacheTag object.
(Overrides ObjectToString.)
Top
Remarks

One or more tags can be associated with each cache object. Tag-based object retrieval is only possible for the objects stored in regions.
See Also

Reference