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 de46ff8 + 1e0ec63 commit 9f571fbCopy full SHA for 9f571fb
plugins/cache.rst
@@ -34,11 +34,11 @@ control headers from the server as specified in :rfc:`7234`. It needs a
34
);
35
36
37
-The ``CachePlugin`` has also 2 factory methods to easily setup the plugin by caching type. See the example below.
+The ``CachePlugin`` has also 2 factory methods to easily set up the plugin by caching type. See the example below.
38
39
.. code-block:: php
40
41
- // This will allows caching responses with the 'private' and/or 'no-store' cache directives
+ // This will allow caching responses with the 'private' and/or 'no-store' cache directives
42
$cachePlugin = CachePlugin::clientCache($pool, $streamFactory, $options);
43
44
// Returns a cache plugin with the current default behavior
0 commit comments