8000 Typos and wrapped long lines · symfony/symfony-docs@1322ffd · GitHub
[go: up one dir, main page]

Skip to content

Commit 1322ffd

Browse files
Typos and wrapped long lines
1 parent 5bea1e6 commit 1322ffd

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

components/cache/adapters/filesystem_adapter.rst

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ a collection of directories on a locally mounted filesystem.
1414

1515
.. tip::
1616

17-
The performance of this adapter can be greatly increased by utalizing a
17+
The performance of this adapter can be greatly increased by utilizing a
1818
temporary, in-memory filesystem, such as `tmpfs`_ on Linux, or one of the
1919
many other `RAM disk solutions`_ available.
2020

@@ -41,16 +41,19 @@ and cache root path as constructor parameters::
4141

4242
.. caution::
4343

44-
The overhead of filesystem IO often makes this adapter one of the *slower* choices. If throughput is
45-
paramount, the in-memory adapters (:ref:`Apcu <apcu-adapter>`, :ref:`Memcached <memcached-adapter>`,
46-
and :ref:`Redis <redis-adapter>`) or the database adapters (:ref:`Doctrine <doctrine-adapter>` and
47-
:ref:`PDO <pdo-doctrine-adapter>`) are recommended.
44+
The overhead of filesystem IO often makes this adapter one of the *slower*
45+
choices. If throughput is paramount, the in-memory adapters
46+
(:ref:`Apcu <apcu-adapter>`, :ref:`Memcached <memcached-adapter>`, and
47+
:ref:`Redis <redis-adapter>`) or the database adapters
48+
(:ref:`Doctrine <doctrine- adapter>` and :ref:`PDO <pdo-doctrine-adapter>`)
49+
are recommended.
4850

4951
.. note::
5052

51-
Since Symfony 3.4, this adapter implements :class:`Symfony\\Component\\Cache\\PruneableInterface`,
52-
enabling manual :ref:`pruning of expired cache items <component-cache-cache-pool-prune>` by
53+
Since Symfony 3.4, this adapter implements
54+
:class:`Symfony\\Component\\Cache\\PruneableInterface`, enabling manual
55+
:ref:`pruning of expired cache items <component-cache-cache-pool-prune>` by
5356
calling its ``prune()`` method.
5457

5558
.. _`tmpfs`: https://wiki.archlinux.org/index.php/tmpfs
56-
.. _`RAM disk solutions`: https://en.wikipedia.org/wiki/List_of_RAM_drive_software
59+
.. _`RAM disk solutions`: https://en.wikipedia.org/wiki/List_of_RAM_drive_software

0 commit comments

Comments
 (0)
0