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