20#ifndef GEODE_CACHEFACTORY_H_
21#define GEODE_CACHEFACTORY_H_
27#include "internal/geode_globals.hpp"
73 static const std::
string& getVersion();
77 static const std::
string& getProductDescription();
142 bool ignorePdxUnreadFields;
143 bool pdxReadSerialized;
146 friend class CppCacheLibrary;
148 friend class RegionXmlCreation;
149 friend class CacheXmlCreation;
Specifies the mechanism to obtain credentials for a client.
Definition: AuthInitialize.hpp:49
Caches are obtained from the create method on the CacheFactory#create class.
Definition: Cache.hpp:69
Top level class for configuring and using Geode on a client.This should be called once to create Cach...
Definition: CacheFactory.hpp:48
CacheFactory() noexcept
To create the instance of CacheFactory.
Contains a set of (key, value) pair properties with key being the name of the property; value,...
Definition: Properties.hpp:52
Provides for the configuration and creation of instances of Region.
Definition: RegionFactory.hpp:43