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 0b3e08bCopy full SHA for 0b3e08b
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