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