sharath
sharath

Reputation: 176

How to use cache in ruby on rails

HI Everybody

I wanted to use caching in my application can any one help me how to start with and which is the best tutorials for the beginners

thanks in advance

Upvotes: 4

Views: 190

Answers (2)

KeatsPeeks
KeatsPeeks

Reputation: 19337

There's a quite exhaustive one on rubyonrails.org:

Caching with Rails: An overview

Upvotes: 4

Milan Novota
Milan Novota

Reputation: 15598

I'd say Gregg Pollack's Scaling Rails series is by far the best introduction into caching out there.

Upvotes: 4

Related Questions