8000 minor #9652 Add doc for framework.cache.pools.tags (nicolas-grekas, j… · symfony/symfony-docs@5f88a89 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f88a89

Browse files
committed
minor #9652 Add doc for framework.cache.pools.tags (nicolas-grekas, javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Add doc for framework.cache.pools.tags cheers Commits ------- 08c5702 Added the versionadded directive 06427eb Add doc for framework.cache.pools.tags
2 parents 12e7969 + 08c5702 commit 5f88a89

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

reference/configuration/framework.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ Configuration
128128
* :ref:`name <reference-cache-pools-name>`
129129
* `adapter`_
130130
* `public`_
131+
* `tags`_
131132
* `default_lifetime`_
132133
* `provider`_
133134
* `clearer`_
@@ -1878,6 +1879,17 @@ public
18781879

18791880
Whether your service should be public or not.
18801881

1882+
tags
1883+
""""
1884+
1885+
**type**: ``boolean`` | ``string`` **default**: ``null``
1886+
1887+
.. versionadded:: 4.2
1888+
The ``tags`` option was introduced in Symfony 4.2.
1889+
1890+
Whether your service should be able to handle tags or not.
1891+
Can also be the service id of another cache pool where tags will be stored.
1892+
18811893
default_lifetime
18821894
""""""""""""""""
18831895

0 commit comments

Comments
 (0)
0