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;
Desired upper bound of application size in bytes. When cached data exceeds cache_size, least recently used data will be removed. Default value 256MB
int cacheSizeInBytes;