Method: ActionDispatch::RailsEntityStore#open
- Defined in:
- actionpack/lib/action_dispatch/http/rack_cache.rb
#open(key) ⇒ Object
49 50 51 |
# File 'actionpack/lib/action_dispatch/http/rack_cache.rb', line 49 def open(key) @store.read(key) end |