class Concurrent::Collection::MriMapBackend

def replace_pair(key, old_value, new_value)

def replace_pair(key, old_value, new_value)
  @write_lock.synchronize { super }
end