Skip to content

Commit

Permalink
Doc cleanup for caching guide [ci skip] (rails#28556)
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Mar 24, 2017
1 parent 07dfd80 commit 684de49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions guides/source/caching_with_rails.md
Expand Up @@ -387,10 +387,10 @@ store is not appropriate for large application deployments. However, it can
work well for small, low traffic sites with only a couple of server processes,
as well as development and test environments.

New Rails projects will be configured to use this implementation in the
development environment by default. (Note that, because processes will not share
cache data, if using `:memory_store` it will not be possible to manually read,
write or expire the cache via the Rails console.)
New Rails projects are configured to use this implementation in development environment by default.

NOTE: Since processes will not share cache data when using `:memory_store`,
it will not be possible to manually read, write or expire the cache via the Rails console.

### ActiveSupport::Cache::FileStore

Expand Down

0 comments on commit 684de49

Please sign in to comment.