class PDF::Reader::ObjectCache

def each_key(&block)

def each_key(&block)
  @objects.each_key(&block)
  @lru_cache.each_key(&block)
end