3#ifndef GEODE_GEMFIRECACHE_H_
4#define GEODE_GEMFIRECACHE_H_
24#include "internal/geode_globals.hpp"
34class SystemProperties;
56 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:48
virtual bool getPdxIgnoreUnreadFields() const =0
Returns whether Cache saves unread fields for Pdx types.
virtual const std::string & getName() const =0
public methods
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:62
The SystemProperties class.
Definition: SystemProperties.hpp:44