maxTileCacheDbSize
maxTileCacheDbSize: number | undefined
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 tileCacheStorage, and tileCacheAzureCredentials. Defaults to 1 GB. Must be an unsigned integer. A value of zero disables the local cache entirely.
Defined in
- core/backend/src/IModelHost.ts Line 146
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.