Skip to content

3.1.0

Compare
Choose a tag to compare
@ben-manes ben-manes released this 28 Apr 03:09
· 778 commits to master since this release
  • Fixed the publication of a removal notification when computing a null value on top of an expired entry
  • Fixed the publication of a removal notification for a conditional replacement on an unbounded cache
  • Fixed Map.equals when the traversal triggers an eviction and the subset of live entries matches
  • Improved refreshAfterWrite to return the new value if computed by the caller (#688, #699)
  • Added Interner for weak keyed equality caching (#344)