3 #ifndef GEODE_POOLMANAGER_H_ 4 #define GEODE_POOLMANAGER_H_ 22 #include "geode_globals.hpp" 32 typedef HashMapT<CacheableStringPtr, PoolPtr> HashMapOfPools;
64 static const HashMapOfPools& getAll();
73 static PoolPtr find(
const char* name);
91 static void close(
bool keepAlive =
false);
100 #endif // GEODE_POOLMANAGER_H_ Each enum represents a predefined RegionAttributes in a Cache.
Definition: Assert.hpp:31
#define CPPCACHE_EXPORT
Defines a Geode CPPCACHE export.
Definition: geode_base.hpp:58
Manages creation and access to connection pools for clients.
Definition: PoolManager.hpp:45
This namespace contains all the Geode C++ API classes, enumerations and globals.