Hello there,
I am using memcached in production on a high traffic website and have only just switched to using Rails.
I am using Rails 2.3.2.
My question is: Is caching of of queries done automatically with this version of Rails? Or do I have to explicitly cache these queries?
I have seen conflicting documentation on this issue, and I am afraid of having to restart memcached to see exactly what is happening.
The documentation on this w.r.t rails seems patchy. I would appreciate if you could also point out the best place to read up on this.
Thanks! Vikram