Method: ActionDispatch::RailsEntityStore#open

Defined in:
actionpack/lib/action_dispatch/http/rack_cache.rb

#open(key) ⇒ Object



47
48
49
# File 'actionpack/lib/action_dispatch/http/rack_cache.rb', line 47

def open(key)
  @store.read(key)
end