Function xdg::get_cache_home
[-] [+]
[src]
pub fn get_cache_home() -> Result<PathBuf>
Get the cache home directory.
If $XDG_CACHE_HOME is not set, it returns $HOME/.cache.
pub fn get_cache_home() -> Result<PathBuf>
Get the cache home directory.
If $XDG_CACHE_HOME is not set, it returns $HOME/.cache.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).