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 5c1599c + 0b3e08b commit 1588378Copy full SHA for 1588378
.travis.yml
@@ -10,6 +10,7 @@ php:
10
- 7.1
11
- 7.2
12
- 7.3
13
+ - 7.4
14
15
env:
16
global:
src/CachePlugin.php
@@ -17,7 +17,9 @@
17
use Symfony\Component\OptionsResolver\OptionsResolver;
18
19
/**
20
- * Allow for caching a response.
+ * Allow for caching a response with a PSR-6 compatible caching engine.
21
+ *
22
+ * It can follow the RFC-7234 caching specification or use a fixed cache lifetime.
23
*
24
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
25
*/
0 commit comments