# File lib/thread_safe/mri_cache_backend.rb, line 36
    def replace_pair(key, old_value, new_value)
      WRITE_LOCK.synchronize { super }
    end