method
write
write(key, value, options = nil)
public
Hide source
# File activesupport/lib/active_support/cache.rb, line 80 def write(key, value, options = nil) log("write", key, options) end