utils
/
it.unibo.tuprolog.utils
/
Cache
/
Companion
/
lru
common
lru
fun <
K
,
V
>
lru
(capacity:
Int
= 5):
Cache
<
K
,
V
>
Content copied to clipboard
Creates a new LRU (least recently used) cache