# File lib/librarian/puppet/source/githubtarball.rb, line 94
        def cache_path
          @cache_path ||= begin
            environment.cache_path.join("source/puppet/githubtarball/#{uri.host}#{uri.path}")
          end
        end