3.0.5
Cache
- Fixed reference eviction when used with a broken executor (JDK-8274349)
- Suppressed log warnings if a future is cancelled or times out (#597)
- Removed
@Nullable
fromLoadingCache.get(key)
(#594) - Fixed early expiration of in-flight async loads (#625)
JCache
close()
will now shutdown the executor and wait for in-flight loads to finish