Skip to content

Commit 1205ffa

Browse files
committed
MAGETWO-81276: Provide a cache.xml entry for compiled_config cache #11296
- Merge Pull Request #11296 from ajpevers/magento2:issue-11295 - Merged commits: 1. 7cd9bb5 2. d81b9f2
2 parents 6e49308 + d81b9f2 commit 1205ffa

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)