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

Fixed possible file handle leak #31

Closed mescortes closed 11 years ago

mescortes commented 11 years ago

https://github.com/square/okhttp/issues/112