summaryrefslogtreecommitdiffstats
path: root/core/java/android/util/LruCache.java
Commit message (Expand)AuthorAgeFilesLines
* Rewrite SQLite database wrappers.Jeff Brown2012-01-121-0/+17
* Add a link from LruCache to the Android support package (compatibility library).Jesse Wilson2011-11-171-0/+4
* Fix a bogus comment on LruCache.hitCount()Jesse Wilson2011-03-161-1/+2
* Remove deprecated and unused entryEvicted method.Jesse Wilson2011-02-251-16/+4
* Callback on any removal, not just evictions.Jesse Wilson2011-02-251-42/+122
* Add a new method, LruCache.removeJesse Wilson2011-02-111-3/+25
* Remove LruCache.setMaxSize().Jesse Wilson2011-02-111-19/+0
* Don't add setMaxSize() to the LruCache API. But do add maxSize().Jesse Wilson2011-02-101-0/+2
* Adopt LRU cache in SQLite.Jesse Wilson2011-02-101-4/+30
* Document that LruCache is threadsafe.Jesse Wilson2011-02-101-7/+15
* Remove @Override that chokes Doclava.Jesse Wilson2011-02-081-1/+1
* New LRU cache class.Jesse Wilson2011-02-071-0/+249