Searched refs:cache_expires (Results 1 – 6 of 6) sorted by relevance
45 cache_expires (dwim) b b
797 ``req.cache_expires(seconds, **attrs)``, like:802 >>> res.cache_expires(10)805 >>> res.cache_expires(0)819 >>> res.cache_expires(2*day+4*hour)
237 ``response.cache_expires(seconds=0)``:
192 * Fix multiple calls to ``cache_expires()`` not fully overriding the982 * Allow setting :meth:`webob.Response.cache_expires` (usually it is984 ``Response(cache_expires=True)``.
631 * The ``cache_expires`` method
942 cache_expires = property(lambda self: self._cache_expires, _cache_expires) variable in Response