diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt
index 45f295f..070c669 100644
a
|
b
|
One excellent feature of Memcached is its ability to share cache over multiple
|
116 | 116 | servers. This means you can run Memcached daemons on multiple machines, and the |
117 | 117 | program will treat the group of machines as a *single* cache, without the need |
118 | 118 | to duplicate cache values on each machine. To take advantage of this feature, |
119 | | include all server addresses in :setting:`BACKEND <CACHES-BACKEND>`, either |
| 119 | include all server addresses in :setting:`LOCATION <CACHES-LOCATION>`, either |
120 | 120 | separated by semicolons or as a list. |
121 | 121 | |
122 | 122 | In this example, the cache is shared over Memcached instances running on IP |