OBJECT CACHE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 Answer
0
Please send me a code for this
5th Apr 2019, 12:28 PM
Sachin Naik
Sachin Naik - avatar