doc/book/devweb/httpcaching.rst
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 20 May 2016 12:05:29 +0200
changeset 11259 84e2a1121f4b
parent 10491 c67bcee93248
permissions -rw-r--r--
[devtools] pep8 a bit package's __init__

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