From dab0dd72da5ec1bcd55911368961e7da94e8d8f8 Mon Sep 17 00:00:00 2001 From: Alex Ghiculescu Date: Tue, 1 Mar 2022 18:51:15 -0700 Subject: [PATCH] [docs] FileStore does not implement local store Oversight in https://github.com/rails/rails/pull/42626 --- activesupport/lib/active_support/cache/file_store.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/activesupport/lib/active_support/cache/file_store.rb b/activesupport/lib/active_support/cache/file_store.rb index 604ed82095..c1484f89c6 100644 --- a/activesupport/lib/active_support/cache/file_store.rb +++ b/activesupport/lib/active_support/cache/file_store.rb @@ -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