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 b430be8 + c91dc94 commit 2d325a3Copy full SHA for 2d325a3
http_cache/esi.rst
@@ -174,9 +174,8 @@ of the main page::
174
{
175
public function latest($maxPerPage)
176
177
- // ...
178
- $response->setPublic();
179
- $response->setMaxAge(60);
+ // sets to public and adds some expiration
+ $response->setSharedMaxAge(60);
180
181
return $response;
182
}
validation.rst
@@ -193,7 +193,7 @@ message:
193
.. code-block:: text
194
195
Object(App\Entity\Author).name:
196
- This value should not be blank
+ This value should not be blank.
197
198
If you insert a value into the ``name`` property, the happy success message
199
will appear.
0 commit comments