doc/book/en/devweb/httpcaching.rst
author David Douard <david.douard@logilab.fr>
Thu, 26 Sep 2013 15:18:59 +0200
branchstable
changeset 9242 564bdd4dbf8f
parent 7529 2fdc310be7cd
permissions -rw-r--r--
fix typos in workflow constraint error messages

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