default_cache_root()¶
- audb.default_cache_root(shared=False)[source]¶
Default cache folder.
If
shared
isTrue
, returns the path specified by the environment variableAUDB_SHARED_CACHE_ROOT
oraudb.config.SHARED_CACHE_ROOT
. Ifshared
isFalse
, returns the path specified by the environment variableAUDB_CACHE_ROOT
oraudb.config.CACHE_ROOT
.- Parameters
shared – if
True
returns path to shared cache folder- Return type
- Returns
path normalized by
audeer.path()