open(key)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 43
    def open(key)
      @store.read(key)
    end