class Zeitwerk::Cref::Map

def clear

@sig () -> void
def clear
  @mutex.synchronize do
    @map.clear
  end
end