# File lib/bundler/plugin/api/source.rb, line 172
        def app_cache_dirname
          base_name = File.basename(URI.parse(uri).normalize.path)
          "#{base_name}-#{uri_hash}"
        end