8000 Fix: Add line breaks · symfony/symfony-docs@5cd490d · GitHub
[go: up one dir, main page]

Skip to content

Commit 5cd490d

Browse files
committed
Fix: Add line breaks
1 parent 34a16a8 commit 5cd490d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/cache/adapters/filesystem_adapter.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,11 @@ and cache root path as constructor parameters::
6161
Working with Tags
6262
-----------------
6363

64-
In order to use tag-based invalidation, you can wrap your adapter in :class:`Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter`, but it's often more interesting to use the dedicated :class:`Symfony\\Component\\Cache\\Adapter\\FilesystemTagAwareAdapter`. Since tag invalidation logic is implemented using links on filesystem, this adapter offers better read performance when using tag-based invalidation::
64+
In order to use tag-based invalidation, you can wrap your adapter in
65+
:class:`Symfony\\Component\\Cache\\Adapter\\TagAwareAdapter`, but it's often
66+
more interesting to use the dedicated :class:`Symfony\\Component\\Cache\\Adapter\\FilesystemTagAwareAdapter`.
67+
Since tag invalidation logic is implemented using links on filesystem, this
68+
adapter offers better read performance when using tag-based invalidation::
6569

6670
use Symfony\Component\Cache\Adapter\FilesystemTagAwareAdapter;
6771

0 commit comments

Comments
 (0)
0