doc/book/en/devweb/httpcaching.rst
author Arthur Lutz <arthur.lutz@logilab.fr>
Wed, 23 May 2012 10:52:42 +0200
branchstable
changeset 8415 ae9310e4c2b3
parent 7529 2fdc310be7cd
permissions -rw-r--r--
[doc] remove deprecated doc (wrong link) (closes #2329206)

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