VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
GeodeCache.hpp
GeodeCache represents the singleton cache that must be created in order to connect to Geode server.
Definition GeodeCache.hpp:44
virtual bool getPdxIgnoreUnreadFields() const =0
Returns whether Cache saves unread fields for Pdx types.
virtual const std::string & getName() const =0
Returns the name of this cache.
virtual void initializeDeclarativeCache(const std::string &cacheXml)=0
Initialize the cache by the contents of an xml file.
virtual bool getPdxReadSerialized() const =0
Returns whether PdxInstance is preferred for PDX types instead of C++ object.
A RegionService provides access to existing regions that exist in a Geode cache.
Definition RegionService.hpp:58
The SystemProperties class.
Definition SystemProperties.hpp:44
Apache Geode C++ Cache API Documentation