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