cacheSizeInBytes property - SDKOptions class - core.engine library - Dart API
cacheSizeInBytes
cacheSizeInBytes property
getter/setter pair
Desired upper bound of application size in bytes. When cached data exceeds cache_size, least recently used data will be removed. Default value 256MB
Implementation
int cacheSizeInBytes;