mage2tv / magento-cache-clean

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

Changes of Block classes don't trigger a view cache clearing in watcher #103

Closed riconeitzel closed 2 years ago

riconeitzel commented 2 years ago

Hi Vinai,

if I do have a custom Block class and change something in there the file watcher doesn't trigger a cache clear von [v]iew caches.

Thanks, Rico

Vinai commented 2 years ago

Hey Rico!

this is something I was thinking about, too. Maybe any change of a .php file with /Block/ in the file path would be a good way to detect block classes...

Thanks for opening the ticket, Vinai

riconeitzel commented 2 years ago

Thought so as well … I would create a PullRequest – but I have no idea how to develop that feature, so I leave that for you 😄

Vinai commented 2 years ago

Released in 1.0.47

riconeitzel commented 2 years ago

😄 you're amazing!