DataCacheTag::GetHashCode Method ()
Returns the hash code for the current DataCacheTag object.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
Return Value
Type: System::Int32An integer representing the hash code for the current DataCacheTag object.
You can associate one or more tags to each cache object. Tag-based object retrieval is only available for those objects stored in regions.
Show: