3 #ifndef GEODE_GEMFIRECACHE_H_ 4 #define GEODE_GEMFIRECACHE_H_ 23 #include "geode_globals.hpp" 55 virtual const char* getName()
const = 0;
63 virtual void initializeDeclarativeCache(
const char* cacheXml) = 0;
74 virtual bool getPdxIgnoreUnreadFields() = 0;
80 virtual bool getPdxReadSerialized() = 0;
86 #endif // GEODE_GEMFIRECACHE_H_ Each enum represents a predefined RegionAttributes in a Cache.
Definition: Assert.hpp:31
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
A RegionService provides access to existing regions that exist in a Geode cache.
Definition: RegionService.hpp:60
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:52
This namespace contains all the Geode C++ API classes, enumerations and globals.
GeodeCache represents the singleton cache that must be created in order to connect to Geode server...
Definition: GeodeCache.hpp:47