We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4b5ca9d commit883dc98Copy full SHA for 883dc98
cache.rst
@@ -102,6 +102,11 @@ The Cache component comes with a series of adapters pre-configured:
102
*:doc:`cache.adapter.pdo</components/cache/adapters/pdo_doctrine_dbal_adapter>`
103
*:doc:`cache.adapter.psr6</components/cache/adapters/proxy_adapter>`
104
*:doc:`cache.adapter.redis</components/cache/adapters/redis_adapter>`
105
+*:ref:`cache.adapter.redis_tag_aware<redis-tag-aware-adapter>` (Redis adapter optimized to work with tags)
106
+
107
+..versionadded::5.2
108
109
+ ``cache.adapter.redis_tag_aware`` has been introduced in Symfony 5.2.
110
111
Some of these adapters could be configured via shortcuts. Using these shortcuts
112
will create pools with service IDs that follow the pattern ``cache.[type]``.