class ActionDispatch::RailsEntityStore

def read(key)

def read(key)
  body = open(key)
  body.join if body
end