Function get_cache_dir

Source
pub fn get_cache_dir() -> Result<PathBuf>
Expand description

Gets the path to the application’s cache directory, creating it if necessary. Uses dirs::cache_dir() to find the appropriate system cache location.