Home
last modified time | relevance | path

Searched refs:cache_expires (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/WebOb/docs/pycon2011/
Dresponse_table.rst45 cache_expires (dwim) b b
/external/chromium-trace/catapult/third_party/WebOb/docs/
Dreference.txt797 ``req.cache_expires(seconds, **attrs)``, like:
802 >>> res.cache_expires(10)
805 >>> res.cache_expires(0)
819 >>> res.cache_expires(2*day+4*hour)
Dindex.txt237 ``response.cache_expires(seconds=0)``:
Dnews.txt192 * Fix multiple calls to ``cache_expires()`` not fully overriding the
982 * Allow setting :meth:`webob.Response.cache_expires` (usually it is
984 ``Response(cache_expires=True)``.
Ddifferences.txt631 * The ``cache_expires`` method
/external/chromium-trace/catapult/third_party/WebOb/webob/
Dresponse.py942 cache_expires = property(lambda self: self._cache_expires, _cache_expires) variable in Response