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

Auto flush #37

Closed swankjesse closed 11 years ago

swankjesse commented 11 years ago

Manually flushing is a pain. The cache should automatically flush the journal after completing a new entry.

lexs commented 11 years ago

I'll just link to the actual commit here: https://github.com/JakeWharton/DiskLruCache/commit/d77f60198be9f09702b006194779fda6e9defc33

When can we expect a new release with this? :)

JakeWharton commented 11 years ago

Looking at making a release now.