cacheExpirationPeriod property - CatalogConfiguration class - core.engine library - Dart API
cacheExpirationPeriod
cacheExpirationPeriod property
getter/setter pair
Expiration time in seconds for how long the catalog data is retained in the map cache before it is removed. Cache path is specified by SDKOptions.cachePath. If not set, the cache will be deleted on a Least Recently Used (LRU) basis.
Implementation
Duration? cacheExpirationPeriod;