Cache(s)
Magento
has eleven out-of-the-box cache types, according to the following list. These are used across many levels within the system:
Configuration: Various XML configurations that were collected across modules and merged
Layouts: Layout building instructions
Blocks HTML output: Page blocks HTML
Collections data: Collection data files
Reflection data: API interfaces reflection data
Database DDL operations: Results of DDL queries, such as describing tables or indexes
EAV types and attributes: Entity types declaration cache
Page cache: Full page caching
Translations: Translation files
Integrations configuration: Integration configuration file
Integrations API configuration: Integrations API configuration file
Web services configuration: REST and SOAP configurations, generated WSDL file
There is also Additional Cache Management that manages the cache for the following files:
Previously generated product image files
Themes JavaScript and CSS files combined to one file
Preprocessed view files and static...