class RailsBand::ActiveSupport::Event::CacheDelete

def key

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