# File lib/action_dispatch/http/rack_cache.rb, line 24
    def write(key, value)
      @store.write(key, Marshal.dump(value))
    end