# File lib/bundler/runtime.rb, line 110
    def prune_cache
      FileUtils.mkdir_p(cache_path) unless File.exists?(cache_path)
      resolve = @definition.resolve
      prune_gem_cache(resolve)
      prune_git_and_path_cache(resolve)
    end