Does anyone know of a multiplatform LRU Cache implementation?
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