An immutable key/value store that evicts the least recently accessed elements to stay constrained in a maximum size bound.
A wrapper trait for java.util.Map implementations to make them behave as scala Maps.
A wrapper trait for java.util.Map implementations to make them behave as scala Maps. This is useful if you want to have more specifically-typed wrapped objects instead of the generic maps returned by JavaConverters
A scala Map backed by a java.util.LinkedHashMap
A synchronized scala Map backed by an java.util.LinkedHashMap
(Since version 2014/12/2) use scala.collection.JavaConverters instead
Immutable implementation of an LRU cache.
Use guava MapMaker to create a scala Set