[docs] FileStore does not implement local store

Oversight in https://github.com/rails/rails/pull/42626
This commit is contained in:
Alex Ghiculescu 2022-03-01 18:51:15 -07:00 committed by GitHub
parent ea9f0103fd
commit dab0dd72da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ require "uri/common"
module ActiveSupport
module Cache
# 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.
class FileStore < Store
attr_reader :cache_path