We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9351b9b commit 3f3dc23Copy full SHA for 3f3dc23
reference/configuration/framework.rst
@@ -128,6 +128,7 @@ Configuration
128
* :ref:`name <reference-cache-pools-name>`
129
* `adapter`_
130
* `public`_
131
+ * `tags`_
132
* `default_lifetime`_
133
* `provider`_
134
* `clearer`_
@@ -1878,6 +1879,14 @@ public
1878
1879
1880
Whether your service should be public or not.
1881
1882
+tags
1883
+""""
1884
+
1885
+**type**: ``boolean`` | ``string`` **default**: ``null``
1886
1887
+Whether your service should be able to handle tags or not.
1888
+Can also be the service id of another cache pool where tags will be stored.
1889
1890
default_lifetime
1891
""""""""""""""""
1892
0 commit comments