class Concurrent::Collection::NonConcurrentMapBackend

def []=(key, value)

def []=(key, value)
  @backend[key] = value
end