1. a1226a7 Make LruCache.resize(int) public by Narayan Kamath · 10 years ago
  2. d96b585 Add trimToSize() to public API. by Jeff Sharkey · 12 years ago
  3. e5360fb Rewrite SQLite database wrappers. by Jeff Brown · 13 years ago
  4. 02db1b6 Add a link from LruCache to the Android support package (compatibility library). by Jesse Wilson · 13 years ago
  5. a460c18 Fix a bogus comment on LruCache.hitCount() by Jesse Wilson · 13 years ago
  6. c4e6209 Remove deprecated and unused entryEvicted method. by Jesse Wilson · 13 years ago
  7. 7db1b40 Callback on any removal, not just evictions. by Jesse Wilson · 13 years ago
  8. 56b6ad3 Add a new method, LruCache.remove by Jesse Wilson · 13 years ago
  9. dfe515e Remove LruCache.setMaxSize(). by Jesse Wilson · 13 years ago
  10. c2c9a24 Don't add setMaxSize() to the LruCache API. But do add maxSize(). by Jesse Wilson · 13 years ago
  11. 9b5a935 Adopt LRU cache in SQLite. by Jesse Wilson · 13 years ago
  12. 34895b0 Document that LruCache is threadsafe. by Jesse Wilson · 13 years ago
  13. 543146a Remove @Override that chokes Doclava. by Jesse Wilson · 13 years ago
  14. e2c1f4a New LRU cache class. by Jesse Wilson · 13 years ago