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