00001 #ifndef __GEMFIRE_REGIONSHORTCUT_H__ 00002 #define __GEMFIRE_REGIONSHORTCUT_H__ 00003 00004 /*========================================================================= 00005 * Copyright (c) 2002-2014 Pivotal Software, Inc. All Rights Reserved. 00006 * This product is protected by U.S. and international copyright 00007 * and intellectual property laws. Pivotal products are covered by 00008 * more patents listed at http://www.pivotal.io/patents. 00009 *======================================================================== 00010 */ 00011 00012 #include "gfcpp_globals.hpp" 00013 00022 namespace gemfire 00023 { 00024 enum RegionShortcut { 00025 00029 PROXY, 00030 00036 CACHING_PROXY, 00037 00044 CACHING_PROXY_ENTRY_LRU, 00045 00049 LOCAL, 00050 00055 LOCAL_ENTRY_LRU 00056 }; 00057 00058 } //namespace gemfire 00059 00060 00061 #endif //ifndef __GEMFIRE_REGIONSHORTCUT_H__