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