Sets cache control headers (convenience method)
Response cache(String value) { _headers.setCacheControl(value); return this; }