# File lib/hammer_cli_import/base.rb, line 206 def lookup_entity_in_cache(entity_type, search_hash) get_cache(entity_type).each do |_entity_id, entity_hash| return entity_hash if _compare_hash(entity_hash, search_hash) end return nil end