# File lib/rubygems/source_info_cache_entry.rb, line 24
  def initialize(si, size)
    @source_index = si || Gem::SourceIndex.new({})
    @size = size
    @all = false
  end