Skip to content

Add doc for framework.cache.pools.tags #9652

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 4, 2018
Merged
Changes from 1 commit
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
Next Next commit
Add doc for framework.cache.pools.tags
  • Loading branch information
nicolas-grekas committed Apr 20, 2018
commit 06427eb621f2730314312b39d95c8eab78f27df3
9 changes: 9 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,14 @@ public

Whether your service should be public or not.

tags
""""

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

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