Skip to content

Commit

Permalink
[#534] Correct ckan.page_cache_enabled
Browse files Browse the repository at this point in the history
Fix typos, and mark the feature as experimental
  • Loading branch information
Sean Hammond committed Apr 30, 2013
1 parent 812441d commit 9cd8fba
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions doc/configuration.rst
Expand Up @@ -142,18 +142,22 @@ Default value: 0

This sets ``Cache-Control`` header's max-age value.

.. _ckan.page_cache_enable:
.. _ckan.page_cache_enabled:

ckan.page_cache_enable
^^^^^^^^^^^^^^^^^^^^^^
ckan.page_cache_enabled
^^^^^^^^^^^^^^^^^^^^^^^

Example::

ckan.page_cache_enable = True
ckan.page_cache_enabled = True

Default value: ``False``

This enables CKAN's built-in page caching.

Default value: ''
.. warning::

This enables the page caching.
Page caching is an experimental feature.

.. _ckan.cache_enabled:

Expand Down

0 comments on commit 9cd8fba

Please sign in to comment.