In development mode, if I don't want to turn on memcached, is there I
way I can disable caching?

I have set:

CACHE = MemCache.new '127.0.0.1:11211'

But in development, I don't want caching, nor do I want it to try to
connect to a server.

What can I do?

Reply via email to