March 2017
Intermediate to advanced
699 pages
14h 28m
English
Cache management is one of the new optimized key features in Magento 2. We will be using the following cache types:
|
Cache types |
Cache type code name |
Description |
|---|---|---|
|
Configuration |
|
Magento collects configuration from all modules, merges it, and saves the merged result to the cache. This cache also contains store-specific settings stored in the filesystem and database. Clean or flush this cache type after modifying configuration files. |
|
Layout |
|
This is the compiled page layout (that is, the layout components from all components). Clean or flush this cache type after modifying layout files. |
|
Block HTML output |
|
This is the HTML page fragments per block. Clean or flush this cache ... |
Read now
Unlock full access