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

Revalidate cache rather than clearing cache. #5

Closed colinmollenhour closed 11 years ago

colinmollenhour commented 11 years ago

This simply re-checks all paths rather than clearing the cache, thereby preventing the terrible thrashing that would otherwise ensue. Also removes logging when there are no errors.