VMware Tanzu GemFire Native C++ Reference
10.1.5
|
Go to the documentation of this file.
20 #ifndef GEODE_CACHEFACTORY_H_
21 #define GEODE_CACHEFACTORY_H_
27 #include "internal/geode_globals.hpp"
37 class CppCacheLibrary;
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;
156 #endif // GEODE_CACHEFACTORY_H_
Contains a set of (key, value) pair properties with key being the name of the property; value,...
Definition: Properties.hpp:52
Caches are obtained from the create method on the CacheFactory#create class.
Definition: Cache.hpp:67
Specifies the mechanism to obtain credentials for a client.
Definition: AuthInitialize.hpp:49
Provides for the configuration and creation of instances of Region.
Definition: RegionFactory.hpp:43
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.
Apache Geode C++ Cache API Documentation