Click or drag to resize
CacheableString Methods

The CacheableString type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate(Char)
Static function to create a new instance copying from the given character array.
Public methodStatic memberCreate(String)
Static function to create a new instance copying from the given string.
Public methodEquals(Object)
Return true if this key matches other object. It invokes the '==' operator of the underlying gemfire::CacheableString object.
(Overrides CacheableKeyEquals(Object).)
Public methodEquals(ICacheableKey)
Return true if this key matches other object. It invokes the '==' operator of the underlying gemfire::CacheableString object.
(Overrides CacheableKeyEquals(ICacheableKey).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFromData
Deserializes the managed object -- returns an instance of the IGFSerializable class.
(Overrides SerializableFromData(DataInput).)
Public methodGetHashCode
Return the hashcode for this key.
(Overrides CacheableKeyGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsNullOrEmpty
Static function to check whether IsNullOrEmpty.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToData
Serializes this managed object.
(Overrides SerializableToData(DataOutput).)
Public methodToString
Return a string representation of the object. This returns the same string as Value property.
(Overrides SerializableToString.)
Top
See Also