Skip to content

Commit 0ccb07f

Browse files
authored
fix link to ChainAdapter::prune method
1 parent 6d37db1 commit 0ccb07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/cache/adapters/chain_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ slowest storage engines, :class:`Symfony\\Component\\Cache\\Adapter\\ApcuAdapter
4444
new FilesystemAdapter(),
4545
]);
4646

47-
When calling this adapter's :method:`Symfony\\Component\\Cache\\ChainAdapter::prune` method,
47+
When calling this adapter's :method:`Symfony\\Component\\Cache\\Adapter\\ChainAdapter::prune` method,
4848
the call is delegated to all its compatible cache adapters. It is safe to mix both adapters
4949
that *do* and do *not* implement :class:`Symfony\\Component\\Cache\\PruneableInterface`, as
5050
incompatible adapters are silently ignored::

0 commit comments

Comments
 (0)