class Concurrent::Collection::SynchronizedMapBackend

def delete(key)

def delete(key)
  synchronize { super }
end