Cache Management in Magento 2 – Part-2

How to Enable the Cache in magento2:
Magento2 default this cache management is available. We have to redirect to following path and we can select/Un-select the cache types and we can make Enable/Disable the cache.
Admin – System – Cache Management
Cache Types:
By default magento is having below cache types. Other this also we can implement new type of cache.
  1. Configuration
  2. Layouts
  3. Blocks HTML output
  4. Collections Data
  5. Reflection Data
  6. Database DDL operations 
  7. EAV types and attributes
  8. Integrations Configuration
  9. Integrations API Configuration
  10. Page Cache (Only Magento2.x not in Magento1.x)
  11. Translations
  12. Web Services Configuration

Leave a Reply