maxCacheSize property

int maxCacheSize

The cache size limit in bytes. Default is 100MB (100000000). It is possible that the size of the cache may temporarily exceed the size limit.

Implementation

int get maxCacheSize;
void maxCacheSize=(int maxCacheSize)

Implementation

set maxCacheSize(int maxCacheSize);