class ActiveSupport::Cache::Store
def get_entry_value(entry, name, options)
def get_entry_value(entry, name, options) instrument(:fetch_hit, name, options) entry.value end
def get_entry_value(entry, name, options) instrument(:fetch_hit, name, options) entry.value end