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