Class SoftCache<K,V>

java.lang.Object
com.formdev.flatlaf.util.SoftCache<K,V>
All Implemented Interfaces:
Map<K,V>

public class SoftCache<K,V> extends Object implements Map<K,V>
A simple cache (map) that uses soft references for the values.
Since:
2