ICacheableKeyGetHashCode Method |
Get the hash code for this object. This is used in the internal
hash tables and so must have a nice distribution pattern.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxFunction GetHashCode As Integer
abstract GetHashCode : unit -> int
Return Value
Type:
Int32
The hashcode for this object.
See Also