Cache
- Changed the default
initialCapacity
to matchConcurrentHashMap'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 oflong, TimeUnit
pair (#221) - Improved Guava compatibility for bulk get iteration order (#220)