mage2tv / magento-cache-clean

A faster drop in replacement for bin/magento cache:clean with file watcher
BSD 3-Clause "New" or "Revised" License
528 stars 61 forks source link

Check all extension attribute related generated files are cleaned #59

Closed Vinai closed 4 years ago

Vinai commented 4 years ago

Example given:

These need to be removed whenever a extension_attributes.xml file is changed, in addition to the matching cache file for the XML.

Vinai commented 4 years ago

Turns out I had missed cleaning generated *ExtensionInterface.php files previously. Will be included in the next release.

Note: factories do not need to be cleaned on extension_attributes.xml changes.