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

add get key that able to ignore reorder during get #103

Closed kelvinc1024 closed 4 years ago

kelvinc1024 commented 5 years ago

this is needed when we notice the lru content is stale and we don't want to move it forward in the linked hash map