doc/book/devweb/httpcaching.rst
author Alexandre Richardson <alexandre.richardson@logilab.fr>
Fri, 10 Jun 2016 16:45:20 +0200
changeset 11277 baed516c6f6e
parent 10491 c67bcee93248
permissions -rw-r--r--
[server,bfss] fix bfss migration test for python 3 (related #13519541)

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