Returns:
95 96 97
# File 'lib/rack/cache/entitystore.rb', line 95 def exist?(key) File.exist?(body_path(key)) end