@@ -1474,47 +1474,48 @@ app
1474
1474
1475
1475
**type **: ``string `` **default **: ``cache.adapter.filesystem ``
1476
1476
1477
- The cache adapter behind the ``cache.app `` service.
1477
+ The cache adapter used by the ``cache.app `` service.
1478
1478
1479
1479
.. note ::
1480
1480
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.
1482
1483
1483
1484
system
1484
1485
......
1485
1486
1486
1487
**type **: ``string `` **default **: ``cache.adapter.system ``
1487
1488
1488
- The cache adapter behind the ``cache.system `` service.
1489
+ The cache adapter used by the ``cache.system `` service.
1489
1490
1490
1491
directory
1491
1492
.........
1492
1493
1493
1494
**type **: ``string `` **default **: ``%kernel.cache_dir%/pools ``
1494
1495
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 ``).
1497
1498
1498
1499
default_doctrine_provider
1499
1500
.........................
1500
1501
1501
1502
**type **: ``string ``
1502
1503
1503
- The service name to use as your default doctrine provider.
1504
+ The service name to use as your default Doctrine provider.
1504
1505
1505
1506
default_psr6_provider
1506
1507
.....................
1507
1508
1508
1509
**type **: ``string `` **default **: ``%kernel.cache_dir%/pools ``
1509
1510
1510
- The service name to use as your default psr6 provider.
1511
+ The service name to use as your default PSR-6 provider.
1511
1512
1512
1513
default_redis_provider
1513
1514
......................
1514
1515
1515
1516
**type **: ``string `` **default **: ``redis://localhost ``
1516
1517
1517
- The dsn to use by the redis provider.
1518
+ The dsn to use by the Redis provider.
1518
1519
1519
1520
pools
1520
1521
.....
@@ -1555,7 +1556,7 @@ default_lifetime
1555
1556
1556
1557
**type **: ``integer ``
1557
1558
1558
- Default lifetime of your cache items.
1559
+ Default lifetime of your cache items in seconds .
1559
1560
1560
1561
provider
1561
1562
########
0 commit comments