# File lib/rack/cache/moneta.rb, line 42
        def read(key)
          @cache[key] || []
        end