Class SoftCache<K,V extends SoftCache.Cacheable<K>>
java.lang.Object
com.github.weisj.darklaf.util.cache.SoftCache<K,V>
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SoftCache
public SoftCache()
-
-
Method Details
-
get
-
put
-
clear
public void clear() -
size
public int size() -
isEmpty
public boolean isEmpty()
-