maxSize property

int maxSize
final

Maximum number of cached entries. Once full, the oldest entry is freed to make room for the new one (LRU policy via LinkedHashMap insertion order).

Implementation

final int maxSize;