diff options
author | Rafaël Blais Masson <rafbmasson@gmail.com> | 2013-03-24 23:15:37 -0400 |
---|---|---|
committer | Rafaël Blais Masson <rafbmasson@gmail.com> | 2013-03-24 23:15:37 -0400 |
commit | 69c5b40491e5e13672f21eee7311d5e46be2b433 (patch) | |
tree | cf1bc6652322d4f5bde211ce153caa58c518f5e6 /guides/source | |
parent | 0db928a63aee9ab5d9c277d551f17e28d860c8ae (diff) | |
download | rails-69c5b40491e5e13672f21eee7311d5e46be2b433.tar.gz rails-69c5b40491e5e13672f21eee7311d5e46be2b433.tar.bz2 rails-69c5b40491e5e13672f21eee7311d5e46be2b433.zip |
Remove “Sweepers” from Caching TOC and mention Page/Action caching are removed
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/caching_with_rails.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md index abab3dd983..e1fc3d0f53 100644 --- a/guides/source/caching_with_rails.md +++ b/guides/source/caching_with_rails.md @@ -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. |