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