pub fn ensure_cache_dir() -> PathBufExpand description
Return a usable cache directory for schemas, creating it if necessary.
Tries <system_cache>/lintel/schemas first, falling back to
<temp_dir>/lintel/schemas when the preferred path is unwritable.