method
write
rails latest stable - Class:
ActionDispatch::RailsMetaStore
write(key, value)public
No documentation available.
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 25
def write(key, value)
@store.write(key, Marshal.dump(value))
end