Read data From memcachier in Rails

I joined this forum 2 weeks back and very new in Rails. I have one requirement where I need to read/write SFDC object data in memcachier through RAILS application.Could you please assist me how I can achieve this functionality through RAILS application.

Hi Puneet,

The Rails Guides page on caching is a good place to start. Memcached is one of the stores you can use with Rails caching out of the box.

Hope this helps.

–Geoff