method
find_cached_entry
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
find_cached_entry(key, name, options)
private
Hide source
# File activesupport/lib/active_support/cache.rb, line 528 def find_cached_entry(key, name, options) instrument(:read, name, options) do |payload| payload[:super_operation] = :fetch if payload read_entry(key, options) end end