method
read
v6.0.0 -
Show latest stable
- Class:
ActionDispatch::RailsEntityStore
read(key)public
No documentation available.
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 49
def read(key)
body = open(key)
body.join if body
end