index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
util
/
LruCache.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-07
1
-1
/
+1
*
Create general callback for changes to RecentTaskList
Vinit Nayak
2019-07-26
1
-1
/
+2
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-14
1
-0
/
+2
*
Make LruCache.resize(int) public
Narayan Kamath
2014-02-20
1
-2
/
+1
*
Add trimToSize() to public API.
Jeff Sharkey
2012-08-01
1
-2
/
+5
*
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