Merge pull request #129 from rafBM/master

Remove “Sweepers” from Caching TOC and mention Page/Action caching removal
This commit is contained in:
Vijay Dev 2013-04-01 09:45:35 -07:00
commit 29ac0fb8d5

@ -5,8 +5,8 @@ This guide will teach you what you need to know about avoiding that expensive ro
After reading this guide, you will know:
* Page, action, and fragment caching.
* Sweepers.
* Page and action caching (moved to separate gems as of Rails 4).
* Fragment caching.
* Alternative cache stores.
* Conditional GET support.