I've added Zend_Cache to my project, but have multiple environments. I'm using memcache as my backend, but only in one environment. In the other environment, I don't want caching enabled at all. When I try to disable caching however, it still tries to instantiate the Memcache object. I don't have memcache on that machine and so it barfs on me.
Why doesn't the caching enabled flag prevent this? It looks to me like we might need an additional caching enabled flag for the backend as well as the frontend. Any thoughts? -=Dan
