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

Appearance settings

Commit 1322ffd

Browse filesBrowse files
Typos and wrapped long lines
1 parent 5bea1e6 commit 1322ffd
Copy full SHA for 1322ffd

File tree

1 file changed

+11
-8
lines changed
Filter options

1 file changed

+11
-8
lines changed

‎components/cache/adapters/filesystem_adapter.rst

Copy file name to clipboardExpand all lines: components/cache/adapters/filesystem_adapter.rst
+11-8Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.