summaryrefslogtreecommitdiff
path: root/core/java/android/util/LruCache.java
AgeCommit message (Expand)Author
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-07-26Create general callback for changes to RecentTaskListVinit Nayak
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2014-02-20Make LruCache.resize(int) publicNarayan Kamath
2012-08-01Add trimToSize() to public API.Jeff Sharkey
2012-01-12Rewrite SQLite database wrappers.Jeff Brown
2011-11-17Add a link from LruCache to the Android support package (compatibility library).Jesse Wilson
2011-03-16Fix a bogus comment on LruCache.hitCount()Jesse Wilson
2011-02-25Remove deprecated and unused entryEvicted method.Jesse Wilson
2011-02-25Callback on any removal, not just evictions.Jesse Wilson
2011-02-11Add a new method, LruCache.removeJesse Wilson
2011-02-11Remove LruCache.setMaxSize().Jesse Wilson
2011-02-10Don't add setMaxSize() to the LruCache API. But do add maxSize().Jesse Wilson
2011-02-10Adopt LRU cache in SQLite.Jesse Wilson
2011-02-10Document that LruCache is threadsafe.Jesse Wilson
2011-02-08Remove @Override that chokes Doclava.Jesse Wilson
2011-02-07New LRU cache class.Jesse Wilson