Skip to content

Commit 9b0e46e

Browse files
javiereguiluzxabbuh
authored andcommitted
Minor fixes
1 parent 12e9a3c commit 9b0e46e

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
@@ -1589,47 +1589,48 @@ app
15891589

15901590
**type**: ``string`` **default**: ``cache.adapter.filesystem``
15911591

1592-
The cache adapter behind the ``cache.app`` service.
1592+
The cache adapter used by the ``cache.app`` service.
15931593

15941594
.. note::
15951595

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.
15971598

15981599
system
15991600
......
16001601

16011602
**type**: ``string`` **default**: ``cache.adapter.system``
16021603

1603-
The cache adapter behind the ``cache.system`` service.
1604+
The cache adapter used by the ``cache.system`` service.
16041605

16051606
directory
16061607
.........
16071608

16081609
**type**: ``string`` **default**: ``%kernel.cache_dir%/pools``
16091610

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``).
16121613

16131614
default_doctrine_provider
16141615
.........................
16151616

16161617
**type**: ``string``
16171618

1618-
The service name to use as your default doctrine provider.
1619+
The service name to use as your default Doctrine provider.
16191620

16201621
default_psr6_provider
16211622
.....................
16221623

16231624
**type**: ``string`` **default**: ``%kernel.cache_dir%/pools``
16241625

1625-
The service name to use as your default psr6 provider.
1626+
The service name to use as your default PSR-6 provider.
16261627

16271628
default_redis_provider
16281629
......................
16291630

16301631
**type**: ``string`` **default**: ``redis://localhost``
16311632

1632-
The dsn to use by the redis provider.
1633+
The dsn to use by the Redis provider.
16331634

16341635
pools
16351636
.....
@@ -1670,7 +1671,7 @@ default_lifetime
16701671

16711672
**type**: ``integer``
16721673

1673-
Default lifetime of your cache items.
1674+
Default lifetime of your cache items in seconds.
16741675

16751676
provider
16761677
########

0 commit comments

Comments
 (0)