Skip to content

Commit

Permalink
GEODE-6571 Remove unneccessary list of region shortcuts (apache#3642)
Browse files Browse the repository at this point in the history
* GEODE-6571 Remove unneccessary list of region shortcuts

* Reinstated quick-reference link.
  • Loading branch information
mkevo authored and karensmolermiller committed May 29, 2019
1 parent fb07bab commit ee42d7f
Showing 1 changed file with 2 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,55 +53,6 @@ If you change the cache.xml file that defines a region, you must restart the mem
For more information about configuring regions, see [Region Management](../../basic_config/data_regions/managing_data_regions.html).
For more information about using the various types of <%=vars.product_name%> regions and when to use them, see [Region Types](../../developing/region_options/region_types.html#region_types).

- **[Region Shortcuts Quick Reference](region_shortcuts_table.html)**

This section provides a quick reference for all region shortcuts.

- **[LOCAL](region_shortcuts_reference.html#reference_w2h_3cd_lk)**

- **[LOCAL\_HEAP\_LRU](region_shortcuts_reference.html#reference_wd5_lpy_lk)**

- **[LOCAL\_OVERFLOW](region_shortcuts_reference.html#reference_adk_y4y_lk)**

- **[LOCAL\_PERSISTENT](region_shortcuts_reference.html#reference_l5r_y4y_lk)**

- **[LOCAL\_PERSISTENT\_OVERFLOW](region_shortcuts_reference.html#reference_a45_y4y_lk)**

- **[PARTITION](region_shortcuts_reference.html#reference_ow5_4qy_lk)**

- **[PARTITION\_HEAP\_LRU](region_shortcuts_reference.html#reference_twx_y4y_lk)**

- **[PARTITION\_OVERFLOW](region_shortcuts_reference.html#reference_js1_z4y_lk)**

- **[PARTITION\_PERSISTENT](region_shortcuts_reference.html#reference_d4k_jpy_lk)**

- **[PARTITION\_PERSISTENT\_OVERFLOW](region_shortcuts_reference.html#reference_v5l_jpy_lk)**

- **[PARTITION\_PROXY](region_shortcuts_reference.html#reference_v4m_jpy_lk)**

- **[PARTITION\_PROXY\_REDUNDANT](region_shortcuts_reference.html#reference_c1n_jpy_lk)**

- **[PARTITION\_REDUNDANT](region_shortcuts_reference.html#reference_shn_jpy_lk)**

- **[PARTITION\_REDUNDANT\_HEAP\_LRU](region_shortcuts_reference.html#reference_m4n_jpy_lk)**

- **[PARTITION\_REDUNDANT\_OVERFLOW](region_shortcuts_reference.html#reference_own_jpy_lk)**

- **[PARTITION\_REDUNDANT\_PERSISTENT](region_shortcuts_reference.html#reference_bd4_jpy_lk)**

- **[PARTITION\_REDUNDANT\_PERSISTENT\_OVERFLOW](region_shortcuts_reference.html#reference_xqq_tvc_lk)**

- **[REPLICATE](region_shortcuts_reference.html#reference_wq4_jpy_lk)**

- **[REPLICATE\_HEAP\_LRU](region_shortcuts_reference.html#reference_xx4_jpy_lk)**

- **[REPLICATE\_OVERFLOW](region_shortcuts_reference.html#reference_t2p_jpy_lk)**

- **[REPLICATE\_PERSISTENT](region_shortcuts_reference.html#reference_emp_jpy_lk)**

- **[REPLICATE\_PERSISTENT\_OVERFLOW](region_shortcuts_reference.html#reference_tsp_jpy_lk)**

- **[REPLICATE\_PROXY](region_shortcuts_reference.html#reference_n1q_jpy_lk)**


For a quick reference listing all region shortcuts, see [Region Shortcuts Quick Reference](region_shortcuts_table.html).

0 comments on commit ee42d7f

Please sign in to comment.