I\'m using Memcached with Heroku for a Rails 3.1 app. I had a bug and the wrong things are showing - the parameters were incorrect for the cache.
I had this:
I ended up manually clearing the entire cache by going into the rails console and using the command:
Rails.cache.clear