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::