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

Returns - 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  

Returns - void

Defined in

Last Updated: 13 June, 2024