AOEpeople / Aoe_ClassPathCache

Class path cache for Magento autoloader
http://www.fabrizio-branca.de/magento-class-path-cache.html
Open Software License 3.0
49 stars 16 forks source link

Automatically revalidate if class can't be found #16

Closed paales closed 6 years ago

paales commented 11 years ago

When developing it happens on occasion that the path is cached but the source doesn't exist any more and thus it throws an error that the class can't be found. After flushing the path cache it works as expected.

It would be nice if the class is automatically revalidated if it can't find the class, it it can't find the class after that it should throw an error. This would be a great help when developing a site.