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.
ChainAdapter::prune
1 parent 6f27e88 commit c22f5b9Copy full SHA for c22f5b9
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