DataCacheTag Class
Updated: June 30, 2012
Represents an optional string-based identifier that you can associate with a cached object.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
| Name | Description | |
|---|---|---|
![]() | DataCacheTag(String) | Initializes a new instance of the DataCacheTag class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Compares the current DataCacheTag object for equality with the specified DataCacheTag object.(Overrides Object.Equals(Object).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for the current DataCacheTag object.(Overrides Object.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns the string representation of the current DataCacheTag object.(Overrides Object.ToString().) |
You can associate one or more tags to each cache object. Tag-based object retrieval is only available for those objects stored in regions.
Not supported in Windows Azure Shared Caching.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

