diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index b551a27..975a863 100644
a
|
b
|
argument signature.
|
155 | 155 | |
156 | 156 | See the :ref:`cache documentation <cache_key_transformation>` for more information. |
157 | 157 | |
| 158 | .. setting:: CACHE_KEY_PREFIX |
| 159 | |
| 160 | CACHE_KEY_PREFIX |
| 161 | ---------------- |
| 162 | |
| 163 | Default: ``''`` (Empty string) |
| 164 | |
| 165 | A string that will be automatically included (prepended by default) to |
| 166 | all cache keys used by the Django server. |
| 167 | |
| 168 | See the :ref:`cache documentation <cache_key_prefixing>` for more information. |
| 169 | |
158 | 170 | .. setting:: CACHE_MIDDLEWARE_ANONYMOUS_ONLY |
159 | 171 | |
160 | 172 | CACHE_MIDDLEWARE_ANONYMOUS_ONLY |
… |
… |
The default number of seconds to cache a page when the caching middleware or
|
194 | 206 | |
195 | 207 | See :doc:`/topics/cache`. |
196 | 208 | |
197 | | .. setting:: CACHE_PREFIX |
198 | | |
199 | | CACHE_PREFIX |
200 | | ------------ |
201 | | |
202 | | Default: ``''`` (Empty string) |
203 | | |
204 | | A string that will be automatically included (prepended by default) to |
205 | | all cache keys used by the Django server. |
206 | | |
207 | | See the :ref:`cache documentation <cache_key_prefixing>` for more information. |
208 | | |
209 | 209 | .. setting:: CACHE_VERSION |
210 | 210 | |
211 | 211 | CACHE_VERSION |