Home | History | Annotate | Download | only in tests

Lines Matching refs:Cache

221                        'Cache-Control: no-store'], body)
228 'Cache-Control: no-store'], body)
233 '200 OK', ['Content-Length: 26', 'Cache-Control: no-store'], body)
242 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'],
248 '200 OK', ['Content-Length: 26', 'Cache-Control: max-age=60'], body)
253 '200 OK', ['Content-Length: 26', 'Cache-Control: max-age=60', 'Connection: close'], body)
261 'Cache-Control: max-age=60'], body)
268 'Cache-Control: max-age=60'], body)
276 'Cache-Control: max-age=60'],
285 '200 OK', ['Transfer-Encoding: chunked', 'Cache-Control: no-store'], body)
295 ['Content-Length: %s' % len(body), 'Cache-Control: no-store'], body)