Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit46d3cc7

Browse files
committed
Use versionadded instead of note directive
1 parent3cd34b1 commit46d3cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎components/cache/adapters/chain_adapter.rst‎

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

61-
// prune will proxy the call to FilesystemAdapter while silentlyskipping ApcuAdapter
61+
// prune will proxy the call to FilesystemAdapter while silentlyskip ApcuAdapter
6262
$cache->prune();
6363

64-
..note::
64+
..versionadded::3.4
6565

6666
Since Symfony 3.4, this adapter implements:class:`Symfony\\Component\\Cache\\PruneableInterface`,
6767
allowing for manual:ref:`pruning of expired cache entries<component-cache-cache-pool-prune>` by

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp