# File lib/active_support/cache/file_store.rb, line 43
      def exist?(name, options = nil)
        super
        File.exist?(real_file_path(name))
      end