OBJECT CACHE | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grátis
0

OBJECT CACHE

Write a generic cache implementation which has a maximum size and uses a Least Recently Used (LRU) algorithm to remove items from the cache when the maximum size is reached and new items are added. The cache should be generic to store any kind of objects.

5th Apr 2019, 10:07 AM
Sachin Naik
Sachin Naik - avatar
1 Resposta
0
Please send me a code for this
5th Apr 2019, 12:28 PM
Sachin Naik
Sachin Naik - avatar