# File src/ruby_supportlib/phusion_passenger/vendor/union_station_hooks_core/lib/union_station_hooks_core/request_reporter/misc.rb, line 246 def log_cache_hit(name) return do_nothing_on_null(:log_cache_hit) if null? @transaction.message("Cache hit: #{name}") end