# File lib/pdf/reader/object_cache.rb, line 37
    def each_key(&block)
      @objects.each_key(&block)
    end