HomeSort by relevance Sort by last modified time
    Searched refs:no_cache (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/trace-viewer/third_party/Paste/tests/
test_httpheaders.py 55 assert 'no-cache' == CACHE_CONTROL(no_cache=True)
test_fileapp.py 44 res = build(no_cache=True)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
httpheaders.py 653 ``no_cache``
714 def _compose(self, public=None, private=None, no_cache=None,
722 assert not public and not no_cache and not s_maxage
724 elif no_cache is True:
729 assert not private and not no_cache
    [all...]
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
cachecontrol.py 197 no_cache = value_property('no-cache', none='*') variable in class:CacheControl
response.py 925 cache_control.no_cache = True
    [all...]

Completed in 81 milliseconds