Skip to content

2.0.0

Compare
Choose a tag to compare
@ben-manes ben-manes released this 09 Nov 06:50
· 1520 commits to master since this release

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 as CompletionException)
  • RemovalListener now uses friendlier syntax for lambdas (removed RemovalNotification)
  • Avoid excessive scheduling of the maintenace task
  • Removed NonReentrantLock
  • Removed tracing packages

JCache

  • Renamed CopyStrategy to Copier