2.0.0
A major revision that includes API incompatible changes.
Cache
- Replaced LRU with W-TinyLfu eviction policy
- Inspect whether stats are enabled in the
Policy
CacheLoader
support for checked exceptions (rethrown asCompletionException
)RemovalListener
now uses friendlier syntax for lambdas (removedRemovalNotification
)- Avoid excessive scheduling of the maintenace task
- Removed
NonReentrantLock
- Removed tracing packages
JCache
- Renamed
CopyStrategy
toCopier