Home
last modified time | relevance | path

Searched refs:cache_max_age (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/
Durlparser.py430 cache_max_age=None): argument
433 self.cache_max_age = cache_max_age
457 cache_max_age=self.cache_max_age)(environ,
473 if self.cache_max_age:
474 fa.cache_control(max_age=self.cache_max_age)
512 def make_static(global_conf, document_root, cache_max_age=None): argument
519 if cache_max_age is not None:
520 cache_max_age = int(cache_max_age)
522 document_root, cache_max_age=cache_max_age)
/external/chromium-trace/catapult/third_party/Paste/docs/
Dnews.txt672 * Added a ``cache_max_age`` argument to