ICacheableKey Interface |
Namespace: GemStone.GemFire.Cache.Generic
The ICacheableKey type exposes the following members.
Name | Description | |
---|---|---|
![]() | ClassId |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
(Inherited from IGFSerializable.) |
![]() | ObjectSize |
Get the size of this object in bytes.
This is only needed if you use the HeapLRU feature.
(Inherited from IGFSerializable.) |
Name | Description | |
---|---|---|
![]() | Equals |
Returns true if this ICacheableKey matches the other.
|
![]() | FromData |
Deserialize this object, typical implementation should return
the 'this' pointer.
(Inherited from IGFSerializable.) |
![]() | GetHashCode |
Get the hash code for this object. This is used in the internal
hash tables and so must have a nice distribution pattern.
|
![]() | ToData |
Serializes this object.
(Inherited from IGFSerializable.) |
![]() | ToString |
Return a string representation of the object.
(Inherited from IGFSerializable.) |