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 a method to directly work with cached File objects #101

Closed Gaket closed 5 years ago

Gaket commented 5 years ago

Add ability to work with files directly

Gaket commented 5 years ago

Opened pr by accident, wanted to do it for the fork