Skip to content

Commit

Permalink
MAGETWO-81276: Provide a cache.xml entry for compiled_config cache #1…
Browse files Browse the repository at this point in the history
  • Loading branch information
vrann authored Oct 12, 2017
2 parents bf50355 + b742130 commit 7287008
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/code/Magento/Store/etc/cache.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@
<label>Database DDL operations</label>
<description>Results of DDL queries, such as describing tables or indexes</description>
</type>
<type name="compiled_config" translate="label,description" instance="Magento\Framework\App\Interception\Cache\CompiledConfig">
<label>Compiled Config</label>
<description>Compliation configuration</description>
</type>
</config>
2 changes: 2 additions & 0 deletions app/code/Magento/Store/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ Layouts,Layouts
"API interfaces reflection data","API interfaces reflection data"
"Database DDL operations","Database DDL operations"
"Results of DDL queries, such as describing tables or indexes","Results of DDL queries, such as describing tables or indexes"
"Compiled Config","Compiled Config"
"Compliation configuration","Compliation configuration"

0 comments on commit 7287008

Please sign in to comment.