8 #ifndef __GEMFIRE_GEMFIRECACHE_H__ 9 #define __GEMFIRE_GEMFIRECACHE_H__ 11 #include "gfcpp_globals.hpp" 42 virtual const char* getName()
const = 0;
50 virtual void initializeDeclarativeCache(
const char* cacheXml) = 0;
61 virtual bool getPdxIgnoreUnreadFields() = 0;
66 virtual bool getPdxReadSerialized() = 0;
71 #endif //ifndef __GEMFIRE_GEMFIRECACHE_H__ GemFireCache represents the singleton cache that must be created in order to connect to Gemfire serve...
Definition: GemFireCache.hpp:33
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
#define CPPCACHE_EXPORT
Defines a GemFire CPPCACHE export.
Definition: gf_base.hpp:51
A RegionService provides access to existing regions that exist in a GemFire cache.
Definition: RegionService.hpp:43
Defines a reference counted shared pointer.
Definition: SharedPtr.hpp:35