maxImageBytesCachedOnMemory property

int maxImageBytesCachedOnMemory
final

Restrict the total amount of image bytes to be cached on memory. The default is 100 MB.

The internal cache mechanism tries to limit the actual memory usage under the value but it is not guaranteed.

Implementation

final int maxImageBytesCachedOnMemory;