lru

fun <K, V> lru(capacity: Int = 5): Cache<K, V>

Creates a new LRU (least recently used) cache