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

Last Updated: 14 November, 2024