briefcaseCacheDir

Accessor

The path where the cache of briefcases are stored. Defaults to path.join(KnownLocations.tmpdir, "Bentley/IModelJs/cache/iModels/") If overriding this, ensure it's set to a folder with complete access - it may have to be deleted and recreated.

get: string


Setter

The path where the cache of briefcases are stored. Defaults to path.join(KnownLocations.tmpdir, "Bentley/IModelJs/cache/iModels/") If overriding this, ensure it's set to a folder with complete access - it may have to be deleted and recreated.

set(cacheDir: string): void

Parameter Type Description
cacheDir string  

Defined in

Last Updated: 08 January, 2020