# File lib/rack/cache/moneta.rb, line 69
        def open(key)
          data = read(key)
          data && [data]
        end