LRUCacheMap
fun <K, V> LRUCacheMap(removeEldestEntry: (eldest: MutableMap.MutableEntry<K, V>, currentSize: Int) -> Boolean, initialCapacity: Int)(source)
fun <K, V> LRUCacheMap(removeEldestEntry: (eldest: MutableMap.MutableEntry<K, V>, currentSize: Int) -> Boolean)(source)