Skip to content

Commit 7cd9bb5

Browse files
author
Anton Evers
committed
Provide a cache.xml entry for compiled_config cache
This seems to be missing as it is the only subclass of `\Magento\Framework\Cache\Frontend\Decorator\TagScope` that does not appear in any `cache.xml` file. Fixes #11295
1 parent 6e49308 commit 7cd9bb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Store/etc/cache.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@
3030
<label>Database DDL operations</label>
3131
<description>Results of DDL queries, such as describing tables or indexes</description>
3232
</type>
33+
<type name="compiled_config" translate="label,description" instance="Magento\Framework\App\Interception\Cache\CompiledConfig">
34+
<label>Compiled Config</label>
35+
<description>Compliation configuration</description>
36+
</type>
3337
</config>

0 commit comments

Comments
 (0)