class RailsBand::ActiveSupport::Event::CacheRead

def hit

def hit
  return @hit if defined? @hit
  @hit = @event.payload[:hit]
end