cacheSize property
The total cache size (unit: bytes). Default: 3 * 1024 * 1024.
- Note: cacheSize must be larger than cacheThreshold.
- Otherwise, result is unpredictable.
Implementation
int cacheSize = 3 * 1024 * 1024;
The total cache size (unit: bytes). Default: 3 * 1024 * 1024.
int cacheSize = 3 * 1024 * 1024;