From c22f5b90d18b29b4a2eeb72435eb9f70714a7759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Schl=C3=A4pfer?= Date: Thu, 27 Aug 2020 15:13:06 +0200 Subject: [PATCH] fix link to `ChainAdapter::prune` method --- components/cache/adapters/chain_adapter.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cache/adapters/chain_adapter.rst b/components/cache/adapters/chain_adapter.rst index 516c49bd802..18ba769ec31 100644 --- a/components/cache/adapters/chain_adapter.rst +++ b/components/cache/adapters/chain_adapter.rst @@ -44,7 +44,7 @@ slowest storage engines, :class:`Symfony\\Component\\Cache\\Adapter\\ApcuAdapter new FilesystemAdapter(), ]); -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, the call is delegated to all its compatible cache adapters. It is safe to mix both adapters that *do* and do *not* implement :class:`Symfony\\Component\\Cache\\PruneableInterface`, as incompatible adapters are silently ignored::