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.
1 parent 97ccff9 commit 12a07e0Copy full SHA for 12a07e0
components/cache/adapters/chain_adapter.rst
@@ -60,9 +60,3 @@ incompatible adapters are silently ignored::
60
61
// prune will proxy the call to FilesystemAdapter while silently skip ApcuAdapter
62
$cache->prune();
63
-
64
-.. versionadded:: 3.4
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