cacheSizeInBytes property

int cacheSizeInBytes
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;