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