diff -r 76ab3c71aff2 -r c67bcee93248 doc/book/en/devweb/httpcaching.rst --- a/doc/book/en/devweb/httpcaching.rst Mon Jul 06 17:39:35 2015 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -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