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 297ae27 commit cd5d633Copy full SHA for cd5d633
components/cache/psr6_psr16_adapters.rst
@@ -74,7 +74,7 @@ the class instead. No problem! The Cache component provides the
74
this use-case::
75
76
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
77
- use Symfony\Component\Cache\Simple\Psr6Cache;
+ use Symfony\Component\Cache\Simple\Psr16Cache;
78
79
// the PSR-6 cache object that you want to use
80
$psr6Cache = new FilesystemAdapter();
0 commit comments