# File lib/hammer_cli_import/base.rb, line 213 def last_in_cache?(entity_type, id) return get_cache(entity_type).size == 1 && get_cache(entity_type).first[0] == id end