aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/caching_with_rails.md
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-07-13 22:41:45 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-07-13 22:41:45 +0200
commit48609420b814a66d263e19dd95064186de57cc40 (patch)
treecce6367d028bdb1a79bb794ce668eb3f6da9eb8d /guides/source/caching_with_rails.md
parent0e8c04529159522aadbfe4fe71ea3d326df07d52 (diff)
parent89a55edd59ef23029fac3ceb9dbefc60505b8d89 (diff)
downloadrails-48609420b814a66d263e19dd95064186de57cc40.tar.gz
rails-48609420b814a66d263e19dd95064186de57cc40.tar.bz2
rails-48609420b814a66d263e19dd95064186de57cc40.zip
Merge pull request #20736 from antoine-lizee/docs
[ci skip] docs: making clear that perform_caching has a limited impact
Diffstat (limited to 'guides/source/caching_with_rails.md')
-rw-r--r--guides/source/caching_with_rails.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md
index d6ad8f7db3..20f11c2bc2 100644
--- a/guides/source/caching_with_rails.md
+++ b/guides/source/caching_with_rails.md
@@ -31,6 +31,11 @@ the relevant `config/environments/*.rb` file:
config.action_controller.perform_caching = true
```
+NOTE: Changing the value of `config.action_controller.perform_caching` will
+only have an effect on the caching provided by the Action Controller component.
+For instance, it will not impact low-level caching, that we address
+[below](#low-level-caching).
+
### Page Caching
Page caching is a Rails mechanism which allows the request for a generated page