Doc cleanup for caching guide [ci skip] (#28556)

This commit is contained in:
Vipul A M 2017-03-24 18:14:01 +05:30 committed by GitHub
parent 07dfd808b6
commit 684de497a8
1 changed files with 4 additions and 4 deletions

View File

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