Syntax
| C# |
|---|
public interface ICacheableKey |
| Visual Basic (Declaration) |
|---|
Public Interface ICacheableKey |
| Visual C++ |
|---|
public interface class ICacheableKey |
The type exposes the following members.
Public Methods
| 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.) |
Public Properties
| 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.
(Inherited from IGFSerializable.) |
See Also
GemStone.GemFire.Cache Namespace