1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove “Sweepers” from Caching TOC and mention Page/Action caching are removed

This commit is contained in:
Rafaël Blais Masson 2013-03-24 23:15:37 -04:00
parent 0db928a63a
commit 69c5b40491

View file

@ -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.