index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
util
/
LruCache.java
Age
Commit message (
Expand
)
Author
2020-01-07
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-07-26
Create general callback for changes to RecentTaskList
Vinit Nayak
2018-08-14
Add @UnsupportedAppUsage annotations
Mathew Inwood
2014-02-20
Make LruCache.resize(int) public
Narayan Kamath
2012-08-01
Add trimToSize() to public API.
Jeff Sharkey
2012-01-12
Rewrite SQLite database wrappers.
Jeff Brown
2011-11-17
Add a link from LruCache to the Android support package (compatibility library).
Jesse Wilson
2011-03-16
Fix a bogus comment on LruCache.hitCount()
Jesse Wilson
2011-02-25
Remove deprecated and unused entryEvicted method.
Jesse Wilson
2011-02-25
Callback on any removal, not just evictions.
Jesse Wilson
2011-02-11
Add a new method, LruCache.remove
Jesse Wilson
2011-02-11
Remove LruCache.setMaxSize().
Jesse Wilson
2011-02-10
Don't add setMaxSize() to the LruCache API. But do add maxSize().
Jesse Wilson
2011-02-10
Adopt LRU cache in SQLite.
Jesse Wilson
2011-02-10
Document that LruCache is threadsafe.
Jesse Wilson
2011-02-08
Remove @Override that chokes Doclava.
Jesse Wilson
2011-02-07
New LRU cache class.
Jesse Wilson