We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f496e47 + c55ae98 commit 8de2c42Copy full SHA for 8de2c42
1 file changed
lib/public/AppFramework/Http/Response.php
@@ -105,8 +105,10 @@ public function __construct() {
105
106
/**
107
* Caches the response
108
- * @param int $cacheSeconds the amount of seconds that should be cached
109
- * if 0 then caching will be disabled
+ *
+ * @param int $cacheSeconds amount of seconds the response is fresh, 0 to disable cache.
110
+ * @param bool $public whether the page should be cached by public proxy. Usually should be false, unless this is a static resources.
111
+ * @param bool $immutable whether browser should treat the resource as immutable and not ask the server for each page load if the resource changed.
112
* @return $this
113
* @since 6.0.0 - return value was added in 7.0.0
114
*/
0 commit comments