class Concurrent::Collection::NonConcurrentMapBackend

def delete(key)

def delete(key)
  @backend.delete(key)
end