Skip to content

2.6.2

Compare
Choose a tag to compare
@ben-manes ben-manes released this 22 Feb 03:18
· 1250 commits to master since this release

Cache

  • Changed the default initialCapacity to match ConcurrentHashMap's from 0 to 16 (#218)
  • Fixed variable expiration's duration calculation overflowing due to timestamp race (#217)
  • Avoiding method handles due to memory leak caused by JDK-8174749 (#222)
  • Promote using java.time.Duration instead of long, TimeUnit pair (#221)
  • Improved Guava compatibility for bulk get iteration order (#220)