API Reference > imodeljs-backend > IModelHost > IModelHostConfiguration > briefcaseCacheDir 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 core/backend/src/IModelHost.ts Line 99 Last Updated: 13 June, 2024