class RailsBand::ActiveSupport::Event::CacheGenerate

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

def key

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