On May 5, 11:26 pm, kineticac <[email protected]> wrote: > 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?
Replace CACHE with something that has the same interface, but does what you want it to do. What is it that you want it to do?
