Caffeine v2.6.2 Release Notes

Release Date: 2018-02-22 // about 6 years ago
  • 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)