Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit 7287008

Browse files
authored
MAGETWO-81276: Provide a cache.xml entry for compiled_config cache #11296
2 parents bf50355 + b742130 commit 7287008

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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>

app/code/Magento/Store/i18n/en_US.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,5 @@ Layouts,Layouts
4141
"API interfaces reflection data","API interfaces reflection data"
4242
"Database DDL operations","Database DDL operations"
4343
"Results of DDL queries, such as describing tables or indexes","Results of DDL queries, such as describing tables or indexes"
44+
"Compiled Config","Compiled Config"
45+
"Compliation configuration","Compliation configuration"

0 commit comments

Comments
 (0)