Check if the cache contains a schema for the given name.
bool has(String name) => _cache.containsKey(name);