method
write
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::RailsMetaStore
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