cacheSize property

int cacheSize
getter/setter pair

The total cache size (unit: bytes). Default: 3 * 1024 * 1024.

Implementation

int cacheSize = 3 * 1024 * 1024;