Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite SQLite database wrappers. | Jeff Brown | 2012-01-12 | 1 | -0/+17 |
* | Add a link from LruCache to the Android support package (compatibility library). | Jesse Wilson | 2011-11-17 | 1 | -0/+4 |
* | Fix a bogus comment on LruCache.hitCount() | Jesse Wilson | 2011-03-16 | 1 | -1/+2 |
* | Remove deprecated and unused entryEvicted method. | Jesse Wilson | 2011-02-25 | 1 | -16/+4 |
* | Callback on any removal, not just evictions. | Jesse Wilson | 2011-02-25 | 1 | -42/+122 |
* | Add a new method, LruCache.remove | Jesse Wilson | 2011-02-11 | 1 | -3/+25 |
* | Remove LruCache.setMaxSize(). | Jesse Wilson | 2011-02-11 | 1 | -19/+0 |
* | Don't add setMaxSize() to the LruCache API. But do add maxSize(). | Jesse Wilson | 2011-02-10 | 1 | -0/+2 |
* | Adopt LRU cache in SQLite. | Jesse Wilson | 2011-02-10 | 1 | -4/+30 |
* | Document that LruCache is threadsafe. | Jesse Wilson | 2011-02-10 | 1 | -7/+15 |
* | Remove @Override that chokes Doclava. | Jesse Wilson | 2011-02-08 | 1 | -1/+1 |
* | New LRU cache class. | Jesse Wilson | 2011-02-07 | 1 | -0/+249 |