diff -r 76ab3c71aff2 -r c67bcee93248 doc/book/devweb/httpcaching.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/book/devweb/httpcaching.rst Thu Jan 08 22:11:06 2015 +0100 @@ -0,0 +1,21 @@ +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