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 method to evict all entries from the cache. #82

Open Cellena opened 9 years ago

Cellena commented 9 years ago

This deletes all files stored on disk and invalidates any uncommitted editors.