How 开发者_JS百科does Ruby on Rails cache work?
There are three types of caching that Ruby on Rails can provide (although it can and does provide more!) that you are probably interested in:
- Page caching
- Action caching
- Fragment caching
There is an excellent guide that covers them all.
精彩评论