20#ifndef GEODE_GEMFIRECACHE_H_
21#define GEODE_GEMFIRECACHE_H_
23#include "RegionService.hpp"
24#include "internal/geode_globals.hpp"
30class SystemProperties;
51 virtual const std::string&
getName()
const = 0;
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