method
open
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::RailsEntityStore
open(key)public
No documentation available.
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 43
def open(key)
@store.read(key)
end