@@ -1589,47 +1589,48 @@ app
1589
1589
1590
1590
**type **: ``string `` **default **: ``cache.adapter.filesystem ``
1591
1591
1592
- The cache adapter behind the ``cache.app `` service.
1592
+ The cache adapter used by the ``cache.app `` service.
1593
1593
1594
1594
.. note ::
1595
1595
1596
- The framework bundle ships with multiple adapters : apcu, doctrine, system, filesystem, psr6, redis.
1596
+ The framework bundle ships with multiple adapters: apcu, doctrine, system,
1597
+ filesystem, psr6, and redis.
1597
1598
1598
1599
system
1599
1600
......
1600
1601
1601
1602
**type **: ``string `` **default **: ``cache.adapter.system ``
1602
1603
1603
- The cache adapter behind the ``cache.system `` service.
1604
+ The cache adapter used by the ``cache.system `` service.
1604
1605
1605
1606
directory
1606
1607
.........
1607
1608
1608
1609
**type **: ``string `` **default **: ``%kernel.cache_dir%/pools ``
1609
1610
1610
- The path to the cache directory used by services inheriting from the `` cache.adapter.filesystem `` adapter
1611
- (including ``cache.app ``).
1611
+ The path to the cache directory used by services inheriting from the
1612
+ `` cache.adapter.filesystem `` adapter (including ``cache.app ``).
1612
1613
1613
1614
default_doctrine_provider
1614
1615
.........................
1615
1616
1616
1617
**type **: ``string ``
1617
1618
1618
- The service name to use as your default doctrine provider.
1619
+ The service name to use as your default Doctrine provider.
1619
1620
1620
1621
default_psr6_provider
1621
1622
.....................
1622
1623
1623
1624
**type **: ``string `` **default **: ``%kernel.cache_dir%/pools ``
1624
1625
1625
- The service name to use as your default psr6 provider.
1626
+ The service name to use as your default PSR-6 provider.
1626
1627
1627
1628
default_redis_provider
1628
1629
......................
1629
1630
1630
1631
**type **: ``string `` **default **: ``redis://localhost ``
1631
1632
1632
- The dsn to use by the redis provider.
1633
+ The dsn to use by the Redis provider.
1633
1634
1634
1635
pools
1635
1636
.....
@@ -1670,7 +1671,7 @@ default_lifetime
1670
1671
1671
1672
**type **: ``integer ``
1672
1673
1673
- Default lifetime of your cache items.
1674
+ Default lifetime of your cache items in seconds .
1674
1675
1675
1676
provider
1676
1677
########
0 commit comments