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 af2749f + 30f2cf7 commit 15f0faeCopy full SHA for 15f0fae
components/cache/adapters/chain_adapter.rst
@@ -44,7 +44,7 @@ slowest storage engines, :class:`Symfony\\Component\\Cache\\Adapter\\ApcuAdapter
44
new FilesystemAdapter(),
45
]);
46
47
-When calling this adapter's :method:`Symfony\\Component\\Cache\\ChainAdapter::prune` method,
+When calling this adapter's :method:`Symfony\\Component\\Cache\\Adapter\\ChainAdapter::prune` method,
48
the call is delegated to all its compatible cache adapters. It is safe to mix both adapters
49
that *do* and do *not* implement :class:`Symfony\\Component\\Cache\\PruneableInterface`, as
50
incompatible adapters are silently ignored::
0 commit comments