VMware GemFire Native Client Cache Reference
9.0.6
|
Go to the source code of this file.
Data Structures | |
class | gemfire::CacheableString |
Implement a immutable C string wrapper that can serve as a distributable key object for caching as well as being a string value. More... | |
Namespaces | |
gemfire | |
This namespace contains all the GemFire C++ API classes, enumerations and globals. | |
Functions | |
CacheableKeyPtr | gemfire::createKeyArr (const char *value) |
overload of gemfire::createKeyArr to pass char* More... | |
CacheableKeyPtr | gemfire::createKeyArr (const wchar_t *value) |
overload of gemfire::createKeyArr to pass wchar_t* More... | |
CacheablePtr | gemfire::createValueArr (const char *value) |
overload of gemfire::createValueArr to pass char* More... | |
CacheablePtr | gemfire::createValueArr (const wchar_t *value) |
overload of gemfire::createValueArr to pass wchar_t* More... | |