aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/file_store.rb
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-11-13 22:29:26 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-11-13 22:29:26 +0530
commite0efe48c45cb02494b88636a4eefc6b37e419101 (patch)
tree60834e6da2cf4f0620ce1be1222db8fa11e18bcb /activesupport/lib/active_support/cache/file_store.rb
parent2591cc66924d3e625ed0dc755751ac0f7c1db2d3 (diff)
parent30122307a1fe6645d6a75dedceca40a440f2f969 (diff)
downloadrails-e0efe48c45cb02494b88636a4eefc6b37e419101.tar.gz
rails-e0efe48c45cb02494b88636a4eefc6b37e419101.tar.bz2
rails-e0efe48c45cb02494b88636a4eefc6b37e419101.zip
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activesupport/lib/active_support/cache/file_store.rb')
-rw-r--r--activesupport/lib/active_support/cache/file_store.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/cache/file_store.rb b/activesupport/lib/active_support/cache/file_store.rb
index 85e7e21624..9460532af0 100644
--- a/activesupport/lib/active_support/cache/file_store.rb
+++ b/activesupport/lib/active_support/cache/file_store.rb
@@ -8,7 +8,7 @@ module ActiveSupport
# A cache store implementation which stores everything on the filesystem.
#
# FileStore implements the Strategy::LocalCache strategy which implements
- # an in memory cache inside of a block.
+ # an in-memory cache inside of a block.
class FileStore < Store
attr_reader :cache_path