class Concurrent::Collection::AtomicReferenceMapBackend

def delete(key)

def delete(key)
  replace_if_exists(key, NULL)
end