maxTileCacheDbSize
Beta
maxTileCacheDbSize: undefined | number
The maximum size in bytes to which a local sqlite database used for caching tiles can grow before it is purged of least-recently-used tiles. The local cache is used only if an external cache has not been configured via IModelHostOptions.tileCacheService, IModelHostOptions.tileCacheStorage, and IModelHostOptions.tileCacheAzureCredentials. Defaults to 1 GB. Must be an unsigned integer. A value of zero disables the local cache entirely.
Defined in
- backend/src/IModelHost.ts Line 136
Last Updated: 20 June, 2023