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 15a8133 commit 2e77d04Copy full SHA for 2e77d04
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## 1.7.0 - unreleased
+## 1.7.0 - 2019-12-19
4
5
### Added
6
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 <[email protected]>
25
*/
0 commit comments