Skip to content

Commit dab0dd7

Browse files
authored
[docs] FileStore does not implement local store
Oversight in rails#42626
1 parent ea9f010 commit dab0dd7

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)