Skip to content

Commit 3ab799b

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Removed old versionadded directive Use versionadded instead of note directive
2 parents e6f81ff + 12a07e0 commit 3ab799b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

components/cache/adapters/chain_adapter.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,5 @@ incompatible adapters are silently ignored::
5858
new FilesystemAdapter(), // DOES implement PruneableInterface
5959
]);
6060

61-
// prune will proxy the call to FilesystemAdapter while silently skipping ApcuAdapter
61+
// prune will proxy the call to FilesystemAdapter while silently skip ApcuAdapter
6262
$cache->prune();
63-
64-
.. note::
65-
66-
Since Symfony 3.4, this adapter implements :class:`Symfony\\Component\\Cache\\PruneableInterface`,
67-
allowing for manual :ref:`pruning of expired cache entries <component-cache-cache-pool-prune>` by
68-
calling its ``prune()`` method.

0 commit comments

Comments
 (0)