method

write

write(key, value)
public

No documentation available.

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