I am using LRU disk cache algorithm as explained developer.android.com. I have some piece of code that works fine for image downloading and caching in memeory and disk cache as well. But I am unable to find out which algorithm this LruCache uses for page replacement?
Asked
Active
Viewed 920 times
0
-
What exactly are you asking? What LRU means? Or how to implement LRU? – Oliver Charlesworth May 30 '13 at 13:49
-
1well, as name suggests LruCache uses LRU alghoritm en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used – pskink May 30 '13 at 13:55