class Concurrent::Collection::SynchronizedMapBackend

def [](key)

def [](key)
  synchronize { super }
end