issues
search
JakeWharton
/
DiskLruCache
Java implementation of a Disk-based LRU cache which specifically targets Android compatibility.
http://jakewharton.github.io/DiskLruCache
Apache License 2.0
5.79k
stars
1.18k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Replaced synchronize's with ReentrantReadWriteLock & added contains() method
#56
Wavesonics
closed
10 years ago
7
Added contains() method
#55
Wavesonics
closed
10 years ago
5
Add a lightweight contains( key ) method for quickly checking if a key exists in the cache
#54
Wavesonics
opened
10 years ago
0
Two level cache
#53
MarkySmarky
closed
10 years ago
4
Journal READ Corruption Issue
#52
doapp-nick
opened
10 years ago
9
Serializing an ArrayList works in a JUnit test, but not in other methods
#51
elliottsj
closed
10 years ago
2
Added public method cleanupIfNeeded
#50
JogahCR
closed
10 years ago
0
I get this error: "Caused by: java.io.IOException: failed to delete file: /mnt/sdcard/Android/data/mypackage/cache/media/361bd6dab3696905ef0139a9e9969820a98218 83b4b8d0d014bdf3f7f313eede.0"
#49
cutler
opened
11 years ago
6
Util class should not be public.
#48
JakeWharton
closed
11 years ago
3
Cache is getting cleared after force stopping the app ?
#47
vikky49
closed
10 years ago
1
Add method to evict all entries from the cache.
#46
JakeWharton
closed
10 years ago
4
I get this error: "Newly created entry didn't create value for index 1"
#45
norman784
closed
10 years ago
1
Fix #43
#44
JakeWharton
closed
11 years ago
1
Avoid throwing an exception trying to delete that which does not exist.
#43
gubatron
closed
11 years ago
0
IllegalStateException in Editor#newOutputStream()
#42
bergstr11
opened
11 years ago
0
Synchronize isClosed.
#41
swankjesse
closed
11 years ago
0
Don't throw runtime exceptions on racy IO operations.
#40
swankjesse
closed
11 years ago
2
Migrate to a modern Java code style for DiskLruCache.
#39
swankjesse
closed
11 years ago
0
Automatically flush the cache when an edit is completed.
#38
swankjesse
closed
11 years ago
0
Auto flush
#37
swankjesse
closed
11 years ago
2
DiskLruCache.size() does not seem to reflect size correctly.
#36
jwoolston
closed
11 years ago
1
Add call to force immediate reduction in cache size
#35
jwoolston
opened
11 years ago
0
Version with arbitrary key and value types added
#34
marcusschiesser
closed
11 years ago
3
Make sure writer enforces the same encoder
#33
mescortes
closed
11 years ago
0
Fix handle leak in rebuildJournal and add rename check
#32
mescortes
closed
11 years ago
1
Fixed possible file handle leak
#31
mescortes
closed
11 years ago
0
Can't delete a cache that has old, now invalid keys
#30
scompt
closed
11 years ago
1
Track redundant ops when opening the cache.
#29
swankjesse
closed
11 years ago
1
Journal size improvement
#28
jonathangerbaud
closed
11 years ago
2
Performance improvement in DiskLruCache.readJournalLine().
#27
swankjesse
closed
11 years ago
0
Track AOSP Performance Improvement
#26
JakeWharton
closed
11 years ago
1
Add getLength method to Snapshot
#25
scompt
closed
12 years ago
0
Allow keys with dashes (-) so one can use the return of an object's .hashCode() as key
#24
jonasfa
closed
11 years ago
9
Use the project-specific Arrays class where appropriate
#23
scompt
closed
12 years ago
2
Allow recreation of the cache directory when deleted.
#22
JakeWharton
closed
12 years ago
1
Use String-based charset for String instantiation. Closes #20.
#21
JakeWharton
closed
12 years ago
0
StrictLineReader Uses Java 6 String Constructor
#20
JakeWharton
closed
12 years ago
0
Concurrent edit experience is cumbersome
#19
swankjesse
opened
12 years ago
2
Use StrictLineReader for journal.
#18
JakeWharton
closed
12 years ago
1
Handle cache clearing properly.
#17
JakeWharton
closed
12 years ago
2
Lost cache in some condition
#16
teoking
opened
12 years ago
7
Last DiskLruCache.get() in loop returns null on existing key
#15
Bdiang
closed
12 years ago
6
Allow cache size adjustment.
#14
JakeWharton
closed
12 years ago
3
Support closeable editors.
#13
JakeWharton
closed
12 years ago
7
Add Buffersize in BufferedInputStream constructor
#12
palamccc
closed
12 years ago
1
Add XML fence around Maven snippet
#11
kevinsawicki
closed
12 years ago
2
Document and enforce legal keys.
#10
blangel
closed
12 years ago
6
Fix for Issue #8
#9
blangel
closed
12 years ago
13
Document and validate legal keys
#8
blangel
closed
12 years ago
1
Editor edit(String key, long expectedSequenceNumber) should throw ConcurrentModificationException
#7
wischweh
opened
12 years ago
3
Previous
Next