cache-clean
Clear specific Magento 2 cache types or all caches to resolve performance issues and ensure updated content displays correctly.
Instructions
Clear specific Magento 2 cache types or all caches
Input Schema
Name | Required | Description | Default |
---|---|---|---|
types | No | Specific cache types to clean (leave empty for all caches) |
Input Schema (JSON Schema)
{
"properties": {
"types": {
"description": "Specific cache types to clean (leave empty for all caches)",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}