DataCacheTag.GetHashCode Method ()

 

Returns the hash code for the current DataCacheTag object.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

An integer representing the hash code for the current DataCacheTag object.

Remarks

You can associate one or more tags to each cache object. Tag-based object retrieval is only available for those objects stored in regions.

See Also

DataCacheTag Class
Microsoft.ApplicationServer.Caching Namespace

Return to top