default_cache_root()¶
- audb.default_cache_root(shared=False)[source]¶
Default cache folder.
If
sharedisTrue, returns the path specified by the environment variableAUDB_SHARED_CACHE_ROOToraudb.config.SHARED_CACHE_ROOT. IfsharedisFalse, returns the path specified by the environment variableAUDB_CACHE_ROOToraudb.config.CACHE_ROOT.- Parameters
shared – if
Truereturns path to shared cache folder- Return type
- Returns
path normalized by
audeer.path()