Function tauri::api::path::app_cache_dir

source ·
pub fn app_cache_dir(config: &Config) -> Option<PathBuf>
Expand description

Returns the path to the suggested directory for your app’s cache files.

Resolves to cache_dir/${bundle_identifier}.

See PathResolver::app_cache_dir for a more convenient helper function.