Class SoftCacheMap<K,V>

java.lang.Object
ghidra.util.datastruct.SoftCacheMap<K,V>
All Implemented Interfaces:
Map<K,V>

public class SoftCacheMap<K,V> extends Object implements Map<K,V>
Class to manage a "soft" HaspMap that keeps its keys as soft references so they can be reclaimed if needed. Useful for caching.