Skip to content

3.0.4

Compare
Choose a tag to compare
@ben-manes ben-manes released this 13 Sep 04:40
· 918 commits to master since this release

Cache

  • Fixed cases that incorrectly notified the removal listener for no-op replacements (#593)
  • Improved how refreshAfterWrite is triggered on a read to avoid hotspots
  • Added the ability to capture coldest & hottest weighted snapshots
  • Reduced the per-entry overhead when using weak/soft values
  • Fixed Map.entrySet.contains(o) to use reference equality