Skip to content

Commit bf56559

Browse files
Minor fixes
1 parent 03d3e35 commit bf56559

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

reference/configuration/framework.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,47 +1474,48 @@ app
14741474

14751475
**type**: ``string`` **default**: ``cache.adapter.filesystem``
14761476

1477-
The cache adapter behind the ``cache.app`` service.
1477+
The cache adapter used by the ``cache.app`` service.
14781478

14791479
.. note::
14801480

1481-
The framework bundle ships with multiple adapters : apcu, doctrine, system, filesystem, psr6, redis.
1481+
The framework bundle ships with multiple adapters: apcu, doctrine, system,
1482+
filesystem, psr6, and redis.
14821483

14831484
system
14841485
......
14851486

14861487
**type**: ``string`` **default**: ``cache.adapter.system``
14871488

1488-
The cache adapter behind the ``cache.system`` service.
1489+
The cache adapter used by the ``cache.system`` service.
14891490

14901491
directory
14911492
.........
14921493

14931494
**type**: ``string`` **default**: ``%kernel.cache_dir%/pools``
14941495

1495-
The path to the cache directory used by services inheriting from the ``cache.adapter.filesystem`` adapter
1496-
(including ``cache.app``).
1496+
The path to the cache directory used by services inheriting from the
1497+
``cache.adapter.filesystem`` adapter (including ``cache.app``).
14971498

14981499
default_doctrine_provider
14991500
.........................
15001501

15011502
**type**: ``string``
15021503

1503-
The service name to use as your default doctrine provider.
1504+
The service name to use as your default Doctrine provider.
15041505

15051506
default_psr6_provider
15061507
.....................
15071508

15081509
**type**: ``string`` **default**: ``%kernel.cache_dir%/pools``
15091510

1510-
The service name to use as your default psr6 provider.
1511+
The service name to use as your default PSR-6 provider.
15111512

15121513
default_redis_provider
15131514
......................
15141515

15151516
**type**: ``string`` **default**: ``redis://localhost``
15161517

1517-
The dsn to use by the redis provider.
1518+
The dsn to use by the Redis provider.
15181519

15191520
pools
15201521
.....
@@ -1555,7 +1556,7 @@ default_lifetime
15551556

15561557
**type**: ``integer``
15571558

1558-
Default lifetime of your cache items.
1559+
Default lifetime of your cache items in seconds.
15591560

15601561
provider
15611562
########

0 commit comments

Comments
 (0)