class Concurrent::Collection::SynchronizedMapBackend

def clear

def clear
  synchronize { super }
end