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