class Concurrent::Collection::MriMapBackend

def clear

def clear
  @write_lock.synchronize { super }
end