This class can be used as an alternative to {@code Collections.synchronizedMap(new WeakHashMap NOTE: The use of references means that there is no guarantee that items placed into the map will be subsequently available. The garbage collector may discard references at any time, so it may appear that an unknown thread is silently removing entries. If not explicitly specified this implementation will use {@linkplain SoftReference soft entry references}.
@param < K> The key type
@param < V> The value type
@author Phillip Webb
@since 3.2
|
|