# File lib/thread_safe/mri_cache_backend.rb, line 32
    def merge_pair(key, value)
      WRITE_LOCK.synchronize { super }
    end