class RailsBand::ActiveSupport::Event::CacheFetchHit

A wrapper for the event that is passed to ‘cache_fetch_hit.active_support`.

def key

def key
  @key ||= @event.payload.fetch(:key)
end