# File lib/action_dispatch/http/rack_cache.rb, line 48 def read(key) body = open(key) body.join if body end