global

def delete(key)

def delete(key)
  Bootsnap::LoadPathCache.loaded_features_index.purge(key)
  delete_without_bootsnap(key)
end