Hi Thuva
I'm not sure about Sphinx, but Thinking Sphinx definitely doesn't
cache search results (although if the same results are returned, then
the SQL requests for ActiveRecord objects will be the same, and those
calls will be cached by Rails provided the database hasn't changed).
If you wanted to implement your own, memcache might be a tool that
will help..
Cheers
--
Pat