8000
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 3cd34b1 commit 46d3cc7Copy full SHA for 46d3cc7
components/cache/adapters/chain_adapter.rst
@@ -58,10 +58,10 @@ incompatible adapters are silently ignored::
58
new FilesystemAdapter(), // DOES implement PruneableInterface
59
]);
60
61
- // prune will proxy the call to FilesystemAdapter while silently skipping ApcuAdapter
+ // prune will proxy the call to FilesystemAdapter while silently skip ApcuAdapter
62
$cache->prune();
63
64
-.. note::
+.. 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
0 commit comments