cacheThreshold property

int cacheThreshold
getter/setter pair

The thread hold (unit: bytes) to cache. Only resources less than this size

  • will be cached. Default: 128 * 1024.

Implementation

int cacheThreshold = 128 * 1024;