@@ -14,7 +14,7 @@ a collection of directories on a locally mounted filesystem.
14
14
15
15
.. tip ::
16
16
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
18
18
temporary, in-memory filesystem, such as `tmpfs `_ on Linux, or one of the
19
19
many other `RAM disk solutions `_ available.
20
20
@@ -41,16 +41,19 @@ and cache root path as constructor parameters::
41
41
42
42
.. caution ::
43
43
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.
48
50
49
51
.. note ::
50
52
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
53
56
calling its ``prune() `` method.
54
57
55
58
.. _`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