VMware GemFire Native Client Cache Reference  9.0.6
RegionShortcut.hpp
1 #ifndef __GEMFIRE_REGIONSHORTCUT_H__
2 #define __GEMFIRE_REGIONSHORTCUT_H__
3 
4 /*=========================================================================
5  * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved.
6  * This product is protected by U.S. and international copyright
7  * and intellectual property laws. Pivotal products are covered by
8  * more patents listed at http://www.pivotal.io/patents.
9  *========================================================================
10  */
11 
12 #include "gfcpp_globals.hpp"
13 
22 namespace gemfire
23 {
25 
30 
37 
45 
50 
56  };
57 
58 } //namespace gemfire
59 
60 
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

GemFire C++ Cache API Documentation