instance method
write
Ruby on Rails 4.0.13
Since v3.1.12 Last seen in v7.0.10Signature
write(key, value)
No documentation comment.
Parameters
-
keyreq -
valuereq
Source
# File actionpack/lib/action_dispatch/http/rack_cache.rb, line 23
def write(key, value)
@store.write(key, Marshal.dump(value))
end
Defined in actionpack/lib/action_dispatch/http/rack_cache.rb line 23
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::RailsMetaStore