Cache for identify_module by relative and real paths

Property definitions

nitc :: loader $ ModelBuilder :: _identified_modules_by_path
	# Cache for `identify_module` by relative and real paths
	private var identified_modules_by_path = new HashMap[String, nullable MModule]
src/loader.nit:333,2--334,79