You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When transitioning to requiring Java 8, please upgrade to Caffeine [1]. The
performance should be relatively the same and the per-instance memory usage
should be smaller.
ConcurrentLinkedHashMap [2] changes will continue to be minimal, even more so
now, and driven by requests from Java 6 users unable to upgrade. Caffeine is
ideally the upgrade path for Guava cache users too, which due to Android cannot
be significantly modified.
[1] https://github.com/ben-manes/caffeine
[2] https://code.google.com/p/concurrentlinkedhashmap
Original issue reported on code.google.com by [email protected] on 11 Apr 2015 at 1:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Apr 2015 at 1:46The text was updated successfully, but these errors were encountered: