# File lib/rubygems/specification.rb, line 948
  def cache_file
    @cache_file ||= File.join cache_dir, "#{full_name}.gem"
  end