kMaxCacheSize top-level property

int kMaxCacheSize
getter/setter pair

默认缓存地址文件夹大小 Android 300 * 1024 * 1024 (300MB) iOS 100 * 1024 * 1024 (100MB)

Implementation

int kMaxCacheSize = (isIOS ? 100 : 300) * 1024 * 1024;