1 #ifndef __GEMFIRE_REGIONSHORTCUT_H__ 2 #define __GEMFIRE_REGIONSHORTCUT_H__ 12 #include "gfcpp_globals.hpp" 61 #endif //ifndef __GEMFIRE_REGIONSHORTCUT_H__ A CACHING_PROXY region has local state but can also send operations to a server.
Definition: RegionShortcut.hpp:36
This namespace contains all the GemFire C++ API classes, enumerations and globals.
Definition: Assert.hpp:19
A PROXY region has no local state and forwards all operations to a server.
Definition: RegionShortcut.hpp:29
A LOCAL_LRU region only has local state and never sends operations to a server.
Definition: RegionShortcut.hpp:55
A CACHING_PROXY_LRU region has local state but can also send operations to a server.
Definition: RegionShortcut.hpp:44
RegionShortcut
Definition: RegionShortcut.hpp:24
A LOCAL region only has local state and never sends operations to a server.
Definition: RegionShortcut.hpp:49