maxCacheSize property

int maxCacheSize
getter/setter pair

The cache size in bytes the internal niddler cache tries to limit itself to. Defaults to 1mb

Implementation

int maxCacheSize = 1024 * 1024;