# File lib/gh/cache.rb, line 27
      def clear
        @mutex.synchronize { @old, @new = {}, {} }
      end