pub fn load_cached_source_for_uri_with_diagnostics(
cache_path: &Path,
uri: &str,
) -> Result<(SourceSchema, Vec<SchemaCacheDiagnostic>)>Expand description
Load one cached source schema by URI and keep non-fatal diagnostics for stale/invalid artifacts that were ignored.