Label

Memory Leak and Out of memory Error using LRU Cache (Android)


1.description:




LRUCache is a caching strategy where we use Least Recently Used (LRU) eviction policy when the cache is full and we want to add more new data to the cache. LRU cache is used in many caching applications. For example memcached uses LRU cache.


LRUCache cache was introduced in API level 12 (3.1) but is available through the Support Library back to 1.6. It is a generic class
Posted by Sans | Published at 1:05 PM

No comments :

Post a Comment

 
 
Copyright © 2014 All About Android Template Design By | Pathmo