Creates an import cache without any globally-available importers, and only the passed in importers.
ImportCache.only(Iterable<Importer> importers) : _importers = List.unmodifiable(importers);