doc/book/devweb/httpcaching.rst
author Alexandre Richardson <alexandre.richardson@logilab.fr>
Tue, 22 Dec 2015 11:26:49 +0100
changeset 11337 60369010c49e
parent 10491 c67bcee93248
permissions -rw-r--r--
[doc] add documentation for specializing translation of other cubes in an application cube

HTTP cache management
=====================

.. automodule:: cubicweb.web.httpcache

Cache policies
--------------
.. autoclass:: cubicweb.web.httpcache.NoHTTPCacheManager
.. autoclass:: cubicweb.web.httpcache.MaxAgeHTTPCacheManager
.. autoclass:: cubicweb.web.httpcache.EtagHTTPCacheManager
.. autoclass:: cubicweb.web.httpcache.EntityHTTPCacheManager

Exception
---------
.. autoexception:: cubicweb.web.httpcache.NoEtag

Helper functions
----------------
.. autofunction:: cubicweb.web.httpcache.set_http_cache_headers

.. NOT YET AVAILABLE IN STABLE autofunction:: cubicweb.web.httpcache.lastmodified