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.
1 parent 855ef21 commit c55ae98Copy full SHA for c55ae98
1 file changed
lib/public/AppFramework/Http/Response.php
@@ -107,8 +107,8 @@ public function __construct() {
107
* Caches the response
108
*
109
* @param int $cacheSeconds amount of seconds the response is fresh, 0 to disable cache.
110
- * @param bool $public
111
- * @param bool $immutable
+ * @param bool $public whether the page should be cached by public proxy. Usually should be false, unless this is a static resources.
+ * @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