pub fn load_cache( path: impl AsRef<Path>, expected_hash: Option<&str>, ) -> Result<Option<SearchIndex>>
Load cache if present and source_hash matches expected (when provided).
source_hash