method
write
v2.1.0 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
write(key, value, options = nil)public
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 80
def write(key, value, options = nil)
log("write", key, options)
end