# File lib/merb-cache/stores/fundamental/file_store.rb, line 55 def exists?(key, parameters = {}) File.file?(pathify(key, parameters)) end