strategy property
The eviction policy to use when maxObjects is reached.
Defaults to EvictionStrategy.lru (Least Recently Used).
Implementation
final EvictionStrategy strategy;
The eviction policy to use when maxObjects is reached.
Defaults to EvictionStrategy.lru (Least Recently Used).
final EvictionStrategy strategy;