This repository was archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Add cache type #2190
Copy link
Copy link
Closed
Labels
2.3.xMagento 2.3 related changesMagento 2.3 related changesCommunityDocs impacted by community code contributionDocs impacted by community code contributionSite ImprovementsUpdates to tools, processes, and site architecture that improve reader and contributor experienceUpdates to tools, processes, and site architecture that improve reader and contributor experience
Description
Type of Doc:
- New topic
- Topic Update, Devdoc link:
- Other
Magento 2 GitHub Issue: magento/magento2#11295
Magento 2 GitHub PR: magento/magento2#11296
Magento 2 version:
- 2.1.X
- 2.2.X
- 2.3.X
- back port
- forward port
Content:
Add the following row beneath the "DDL" row on https://devdocs.magento.com/guides/v2.3/config-guide/cli/config-cli-subcommands-cache.html
Cache type "friendly" name | Cache type code name | Description |
---|---|---|
Compiled Config | compiled_config |
Compilation configuration |
(The description needs to be better, but that's all the code says.)
This is the sample output of the magento cache:status
command
config: 1
layout: 1
block_html: 1
collections: 1
reflection: 1
db_ddl: 1
compiled_config: 1
eav: 1
customer_notification: 1
config_integration: 1
config_integration_api: 1
full_page: 1
config_webservice: 1
translate: 1
Look for other discussions of the magento cache
command and update as appropriate.
Additional information:
Related: MAGEDOC-3030.
Metadata
Metadata
Labels
2.3.xMagento 2.3 related changesMagento 2.3 related changesCommunityDocs impacted by community code contributionDocs impacted by community code contributionSite ImprovementsUpdates to tools, processes, and site architecture that improve reader and contributor experienceUpdates to tools, processes, and site architecture that improve reader and contributor experience