class RailsBand::ActiveSupport::Event::CacheDelete

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

def key

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