We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c6b6833 + dab0dd7 commit 5772ecdCopy full SHA for 5772ecd
activesupport/lib/active_support/cache/file_store.rb
@@ -7,9 +7,6 @@
7
module ActiveSupport
8
module Cache
9
# 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.
13
class FileStore < Store
14
attr_reader :cache_path
15
0 commit comments