pub fn get_cache_dir() -> Result<PathBuf>
Gets the path to the application’s cache directory, creating it if necessary. Uses dirs::cache_dir() to find the appropriate system cache location.