pub fn ensure_cache_layout(layout: &ModelCacheLayout) -> SearchResult<()>Expand description
Ensure the cache layout directories exist on disk.
Creates the root and all known model version directories. Safe to call multiple times (idempotent).
ยงErrors
Returns SearchError if directory creation fails.