http\Response
[mdref/mdref-http] / http / Env / Response / setCacheControl.md
1 # http\Env\Response http\Env\Response::setCacheControl(string $cache_control)
2
3 Make suggestions to the client how it should cache the response.
4
5 ## Params:
6
7 * string $cache_control
8 (A) "Cache-Control" header value(s).
9
10 ## Returns:
11
12 * http\Env\Response, self.