colinmollenhour / Cm_Cache_Backend_Redis

A Zend_Cache backend for Redis with full support for tags (works great with Magento)
Other
389 stars 142 forks source link

there is no module.xml necessary? #119

Closed seansan closed 7 years ago

seansan commented 7 years ago

there is no module.xml necessary?

Sorry used to seeing a module.xml file, I dont understand how this extenstion is "auto" picked up

colinmollenhour commented 7 years ago

The M1 autoloader simply replaces _ with / and searches the include paths. Since this is just a class and has no models, helpers, etc. it is not necessary to be a real "module". You disable it by simply not specifying the class name in the config. Which version is preferred in the presence of multiple versions is dependent on the include path order.