instance method
write
Ruby on Rails 3.2.22.5
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 24
def write(key, value)
@store.write(key, Marshal.dump(value))
end
Defined in actionpack/lib/action_dispatch/http/rack_cache.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::RailsMetaStore