method
get_entry_value
v4.1.8 -
Show latest stable
- Class:
ActiveSupport::Cache::Store
get_entry_value(entry, name, options)private
No documentation available.
# File activesupport/lib/active_support/cache.rb, line 580
def get_entry_value(entry, name, options)
instrument(:fetch_hit, name, options) { |payload| }
entry.value
end