cacheMaxBytes property

int cacheMaxBytes
getter/setter pair

Upper bound for the cache bucket. Least recently used entries go first.

Implementation

static int cacheMaxBytes = 256 * 1024 * 1024;