class Concurrent::Collection::NonConcurrentMapBackend

def clear

def clear
  @backend.clear
  self
end