VMware Tanzu GemFire Native C++ Reference
10.1.5
|
Go to the documentation of this file.
3 #ifndef GEODE_GEMFIRECACHE_H_
4 #define GEODE_GEMFIRECACHE_H_
24 #include "internal/geode_globals.hpp"
34 class SystemProperties;
56 virtual const std::string&
getName()
const = 0;
91 #endif // GEODE_GEMFIRECACHE_H_
virtual bool getPdxReadSerialized() const =0
Returns whether PdxInstance is preferred for PDX types instead of C++ object.
virtual const std::string & getName() const =0
public methods
The SystemProperties class.
Definition: SystemProperties.hpp:44
A RegionService provides access to existing regions that exist in a Geode cache.
Definition: RegionService.hpp:62
GeodeCache represents the singleton cache that must be created in order to connect to Geode server.
Definition: GeodeCache.hpp:48
virtual bool getPdxIgnoreUnreadFields() const =0
Returns whether Cache saves unread fields for Pdx types.
virtual void initializeDeclarativeCache(const std::string &cacheXml)=0
Initialize the cache by the contents of an xml file.
Apache Geode C++ Cache API Documentation