Skip to content

Commit 5772ecd

Browse files
authored
Merge pull request rails#44593 from ghiculescu/patch-7
[docs] FileStore does not implement local cache
2 parents c6b6833 + dab0dd7 commit 5772ecd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

activesupport/lib/active_support/cache/file_store.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
module ActiveSupport
88
module Cache
99
# A cache store implementation which stores everything on the filesystem.
10-
#
11-
# FileStore implements the Strategy::LocalCache strategy which implements
12-
# an in-memory cache inside of a block.
1310
class FileStore < Store
1411
attr_reader :cache_path
1512

0 commit comments

Comments
 (0)