Thanks to visit codestin.com Credit goes to github.com
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 3fe1b2a commit 06427ebCopy full SHA for 06427eb
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`_
@@ -1873,6 +1874,14 @@ public
1873
1874
1875
Whether your service should be public or not.
1876
1877
+tags
1878
+""""
1879
+
1880
+**type**: ``boolean`` | ``string`` **default**: ``null``
1881
1882
+Whether your service should be able to handle tags or not.
1883
+Can also be the service id of another cache pool where tags will be stored.
1884
1885
default_lifetime
1886
""""""""""""""""
1887
0 commit comments