Does anyone know of a multiplatform LRU Cache impl...
# multiplatform
s
Does anyone know of a multiplatform LRU Cache implementation?
j
You can make a very simple one yourself using linkedhashmap, which comes with kotlin