Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ Configuration
* :ref:`name <reference-cache-pools-name>`
* `adapter`_
* `public`_
* `tags`_
* `default_lifetime`_
* `provider`_
* `clearer`_
Expand Down Expand Up @@ -1873,6 +1874,17 @@ public

Whether your service should be public or not.

tags
""""

**type**: ``boolean`` | ``string`` **default**: ``null``

.. versionadded:: 4.2
The ``tags`` option was introduced in Symfony 4.2.

Whether your service should be able to handle tags or not.
Can also be the service id of another cache pool where tags will be stored.

default_lifetime
""""""""""""""""

Expand Down