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