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
Can you support the OpenHarmony JavaScript version?
#108
DoraCoder
opened
2 years ago
1
executorService is not shut down
#107
rfc2822
opened
2 years ago
0
Copyright (C) 2011 The Android Open Source Project Copyright 2012 Jake Wharton Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
#106
mary32-cuber
closed
3 years ago
0
Clear Cache
#105
ZevShiShi
closed
4 years ago
1
add: cache entry creation time param to Snapshot
#104
feivur
opened
4 years ago
1
add get key that able to ignore reorder during get
#103
kelvinc1024
closed
4 years ago
0
Feature/access order option getter
#102
kelvinc1024
closed
5 years ago
1
Add a method to directly work with cached File objects
#101
Gaket
closed
5 years ago
1
Avoid IOExceptions in delete() when the cache dir is deleted externally.
#99
sjudd
opened
6 years ago
0
Key length is 64 for dependencies resolved via maven/jcenter
#98
rahul-a
opened
7 years ago
1
while loop in StrictLineReader.java
#97
TinyAndNeo
closed
5 years ago
2
Get entry count/iterator
#96
miguelvillasenor
opened
7 years ago
0
Request for new release 2.0.3
#95
vagrawal13
opened
7 years ago
1
Hey! 61 tests 10 failed I have...
#94
nurisezgin
closed
7 years ago
5
what can cause cache is closed
#93
luckyjmcc
opened
7 years ago
0
[Question] Where is the performence report of DiskLruCache?
#91
wu-sheng
closed
8 years ago
1
Basic usage and code samples?
#90
ghost
closed
8 years ago
1
Added method getFile() into Snapshot class.
#89
danylovolokh
closed
8 years ago
9
Update keys length in regex in README.md
#88
divankov
closed
8 years ago
1
Old Image is always shown
#87
nicolasmingo
closed
8 years ago
1
Files disappear after a while
#86
afrishberg
closed
8 years ago
1
max size doesn't take in consideration minimum 4kb block size.
#85
hjudez
opened
8 years ago
2
Validate key Issue
#84
calderwoodra
closed
9 years ago
1
Closing the correct resource ?
#83
jeremydubreil
closed
9 years ago
1
Add method to evict all entries from the cache.
#82
Cellena
opened
9 years ago
0
Multi-thread: Infinite loop in trimToSize
#81
la-urre
opened
9 years ago
5
Simplify interface and make lib truly asynchronous
#80
virl
closed
9 years ago
4
Does getCacheDir() supported?
#79
virl
closed
9 years ago
3
DiskLruCache and MediaPlayer
#78
vdurmont
closed
9 years ago
2
Auto-deploy snapshots from Travis CI to Sonatype.
#77
JakeWharton
closed
9 years ago
1
Total number of files limit of FAT filesystem
#76
yuwentw
opened
9 years ago
2
Fix rebuildJournal after journalIsCorrupt
#75
yyjdelete
closed
9 years ago
6
Don't append to a truncated line in the journal.
#74
swankjesse
closed
10 years ago
0
DiskLruCache#STRING_KEY_PATTERN does not allow capital letters in cache keys
#73
davivel
closed
9 years ago
9
A resource was acquired at attached stack trace but never released.
#72
caxton
opened
10 years ago
1
Uppercase Letters in keynames
#71
ndorigatti
closed
10 years ago
1
Silent commit failure due to ignore renameTo return value
#70
TWiStErRob
opened
10 years ago
7
Correct non-deterministic test by querying the queue directly.
#69
JakeWharton
closed
10 years ago
1
Make DiskLruCache non final for mocking
#68
stephanenicolas
closed
7 years ago
2
Update DiskLruCache.java
#67
lidongbo
closed
10 years ago
3
Does anyone have an example of how to use DiskLruCache having multiple files per cache entry?
#66
jjvargas
closed
10 years ago
1
Increase key length limit to 120.
#65
acherkashyn
closed
10 years ago
6
Fix off by one index error in tests.
#64
sjudd
closed
10 years ago
2
Memoize Entry Files to reduce char[] allocations.
#63
sjudd
closed
10 years ago
6
Key limitations removal
#62
marcplouhinec
closed
10 years ago
2
Add public method to request the disk cache to cleanup
#61
daj
opened
10 years ago
0
Possible faulty unit test: shrinkMaxSizeEvicts
#60
Wavesonics
closed
10 years ago
0
Replaced synchronized with ReentrantReadWriteLock
#59
Wavesonics
closed
10 years ago
7
Unit test temp dir now properly cleaned up
#58
Wavesonics
closed
10 years ago
0
Added build.gradle with unit tests
#57
Wavesonics
closed
10 years ago
1
Next