Skip to main content

default_cache_path

Function default_cache_path 

Source
pub fn default_cache_path(
    xdg_cache_home: Option<PathBuf>,
    home: Option<PathBuf>,
) -> PathBuf
Expand 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.