VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
An immutable filename wrapper that can serve as a distributable key object for caching as well as being a string value. More...
#include <CacheableFileName.hpp>
Inherits Apache::Geode::Client::ICacheableKey, and Apache::Geode::Client::IDataSerializablePrimitive.
Public Member Functions | |
| virtual bool | Equals (ICacheableKey^ other) |
| Return true if this key matches other object. | |
| virtual bool | Equals (Object^ obj) override |
| Return true if this key matches other object. | |
| virtual System::Int32 | GetHashCode () override |
| Return the hashcode for this key. | |
| virtual String ^ | ToString () override |
| Return a string representation of the object. | |
Static Public Member Functions | |
| static CacheableFileName ^ | Create (array< Char >^ value) |
| Static function to create a new instance from the given character array. | |
| static CacheableFileName ^ | Create (String^ value) |
| Static function to create a new instance from the given string. | |
Properties | |
| String^ | Value [get] |
| Gets the string value. | |
Detailed Description
An immutable filename wrapper that can serve as a distributable key object for caching as well as being a string value.
Member Function Documentation
◆ Create() [1/2]
|
inlinestatic |
Static function to create a new instance from the given character array.
◆ Create() [2/2]
|
inlinestatic |
Static function to create a new instance from the given string.
◆ Equals() [1/2]
|
virtual |
Return true if this key matches other object.
Implements Apache::Geode::Client::ICacheableKey.
◆ Equals() [2/2]
|
overridevirtual |
Return true if this key matches other object.
◆ GetHashCode()
|
overridevirtual |
Return the hashcode for this key.
Implements Apache::Geode::Client::ICacheableKey.
◆ ToString()
|
inlineoverridevirtual |
Return a string representation of the object.
Implements Apache::Geode::Client::ISerializable.
Property Documentation
◆ Value
|
get |
Gets the string value.
Apache Geode C++ Cache .NET API Documentation