http\Response
[mdref/mdref-http] / http / Env / Response / setCacheControl.md
diff --git a/http/Env/Response/setCacheControl.md b/http/Env/Response/setCacheControl.md
new file mode 100644 (file)
index 0000000..0ab810c
--- /dev/null
@@ -0,0 +1,12 @@
+# http\Env\Response http\Env\Response::setCacheControl(string $cache_control)
+
+Make suggestions to the client how it should cache the response.
+
+## Params:
+
+* string $cache_control  
+  (A) "Cache-Control" header value(s).
+
+## Returns:
+
+* http\Env\Response, self.