File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ The Cache component comes with a series of adapters pre-configured:
102102* :doc: `cache.adapter.pdo </components/cache/adapters/pdo_doctrine_dbal_adapter >`
103103* :doc: `cache.adapter.psr6 </components/cache/adapters/proxy_adapter >`
104104* :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.
105110
106111Some of these adapters could be configured via shortcuts. Using these shortcuts
107112will create pools with service IDs that follow the pattern ``cache.[type] ``.
You can’t perform that action at this time.
0 commit comments