doc/book/en/devweb/httpcaching.rst
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Mon, 23 Jul 2012 22:45:32 +0200
branchstable
changeset 8491 8c526cc46dc6
parent 7529 2fdc310be7cd
permissions -rw-r--r--
[doc] add passlib to list of dependencies

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