pub fn default_cache_path(
xdg_cache_home: Option<PathBuf>,
home: Option<PathBuf>,
) -> PathBufExpand description
Cache dir for rebuildable artifacts (the search row meta map): the XDG-cache
analog of default_storage_path. Separate root because the contents are
regenerated from the store, not durable data.