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