Click or drag to resize
ICacheableKey Methods

The ICacheableKey type exposes the following members.

Methods
  NameDescription
Public methodEquals
Returns true if this ICacheableKey matches the other.
Public methodFromData
Deserialize this object, typical implementation should return the 'this' pointer.
(Inherited from IGFSerializable.)
Public methodGetHashCode
Get the hash code for this object. This is used in the internal hash tables and so must have a nice distribution pattern.
Public methodToData
Serializes this object.
(Inherited from IGFSerializable.)
Public methodToString
Return a string representation of the object.
(Inherited from IGFSerializable.)
Top
See Also