instance method
log
Ruby on Rails 2.2.3
Since v2.2.3 Last seen in v6.0.6 PrivateSignature
log(operation, key, options)
No documentation comment.
Parameters
-
operationreq -
keyreq -
optionsreq
Source
# File activesupport/lib/active_support/cache.rb, line 212
def log(operation, key, options)
logger.debug("Cache #{operation}: #{key}#{options ? " (#{options.inspect})" : ""}") if logger && !@silence && !@logger_off
end
Defined in activesupport/lib/active_support/cache.rb line 212
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::Store