maxCacheObjects property

int maxCacheObjects
final

Defines how large the cache is allowed to be.

If there are more files the files that haven't been used for the longest time will be removed.

It is used to specify the cache configuration, Config, for CacheManager.

Implementation

final int maxCacheObjects;