memoryCacheSizeLimitInBytes property
getter/setter pair
In-memory cache limit in bytes. If not set, default value of 80 Megabytes is used. It is clamped from 1 Megabyte to 256 Megabytes.
Implementation
int memoryCacheSizeLimitInBytes;
In-memory cache limit in bytes. If not set, default value of 80 Megabytes is used. It is clamped from 1 Megabyte to 256 Megabytes.
int memoryCacheSizeLimitInBytes;