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