diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/settings.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/settings.txt b/docs/settings.txt index 9c9602d9ec..050e377713 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -233,12 +233,21 @@ Default: ``'simple://'`` The cache backend to use. See the `cache docs`_. CACHE_MIDDLEWARE_KEY_PREFIX +--------------------------- Default: ``''`` (Empty string) The cache key prefix that the cache middleware should use. See the `cache docs`_. +CACHE_MIDDLEWARE_SECONDS +------------------------ + +Default: ``600`` + +The default number of seconds to cache a page when the caching middleware or +``cache_page()`` decorator is used. + DATABASE_ENGINE --------------- |
