github ben-manes/caffeine v2.0.0
2.0.0

latest releases: v3.1.8, v3.1.7, v3.1.6...
8 years ago

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

Don't miss a new caffeine release

NewReleases is sending notifications on new releases.