It seems that CamelCased backends won't load properly when using the factory
method of Zend_Config.
Zend_Cache::factory('Core', 'TwoLevels');
Uncaught exception 'Zend_Cache_Exception' with message 'file
Zend/Cache/Backend/Twolevels.php not found in include_path'
Zend_Cache::factory('Core', 'ZendServer');
Uncaught exception 'Zend_Cache_Exception' with message 'file
Zend/Cache/Backend/Zendserver.php not found in include_path'
--
View this message in context:
http://www.nabble.com/CamelCased-Zend_Cache_Backend-problem-tp24604258p24604258.html
Sent from the Zend Framework mailing list archive at Nabble.com.