doc/book/en/devweb/httpcaching.rst
author Julien Cristau <julien.cristau@logilab.fr>
Thu, 12 Jun 2014 12:28:10 +0200
branchstable
changeset 9925 aee99876eb10
parent 7529 2fdc310be7cd
permissions -rw-r--r--
[test] Add missing attribute 'add' permission in test schema Silences yams warning.

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