Home | History | Annotate | Download | only in testserver

Lines Matching full:age

349     self.send_header('Cache-Control', 'max-age=0')
383 self.send_header('Cache-Control', 'max-age=60')
418 self.send_header('Cache-Control', 'max-age=60, proxy-revalidate')
435 self.send_header('Cache-Control', 'max-age=3, private')
452 self.send_header('Cache-Control', 'max-age=3, public')
469 self.send_header('Cache-Control', 'public, s-maxage = 60, max-age = 0')
496 system time, and does not allow caching event though max-age of 60
499 if not self._ShouldHandleRequest("/cache/must-revalidate/max-age"):
504 self.send_header('Cache-Control', 'max-age=60, must-revalidate')
531 system time, and does not allow the page to be stored even though max-age
534 if not self._ShouldHandleRequest("/cache/no-store/max-age"):
539 self.send_header('Cache-Control', 'max-age=60, no-store')
590 self.send_header('Cache-control', 'max-age=60000')
738 self.send_header('Cache-Control', 'max-age=0')
765 self.send_header('Cache-Control', 'max-age=0')
1145 self.send_header('Cache-control', 'max-age=60000')
1152 self.send_header('Cache-control', 'max-age=60000')