maxTileCacheDbSize

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.tileCacheStorage, and IModelHostOptions.tileCacheAzureCredentials. Defaults to 1 GB. Must be an unsigned integer. A value of zero disables the local cache entirely.

Defined in

Last Updated: 16 April, 2024