xdgCacheHome

The base directory relative to which user specific non-essential data files should be stored.

  1. string xdgCacheHome()
    version(Docs)
    nothrow @trusted
    string
    xdgCacheHome
    ()
  2. string xdgCacheHome()

Return Value

Type: string

the same value as standardPaths(StandardPath.cache) Note: This function is Freedesktop only.

Meta