All Versions
9
Latest Version
Avg Release Cycle
66 days
Latest Release
3640 days ago
Changelog History
Changelog History
-
v2.0.2 Changes
June 18, 2013- Fix: Prevent exception trying to delete a non-existent file.
-
v2.0.1 Changes
April 27, 2013- Fix: Do not throw runtime exceptions for racy file I/O.
- Fix: Synchronize calls to
isClosed
.
-
v2.0.0 Changes
April 13, 2013๐ฆ The package name is now
com.jakewharton.disklrucache
.- New: Automatically flush the cache when an edit is completed.
- Fix: Ensure file handles are not held when a file is not found.
- Fix: Correct journal rebuilds on Windows.
- Fix: Ensure file writer uses the appropriate encoding.
-
v1.3.1 Changes
January 02, 2013- Fix: Correct logic around detecting whether a journal rebuild is required. (Thanks Jonathan Gerbaud)
-
v1.3.0 Changes
December 24, 2012- Re-allow dash in cache key (now
[a-z0-9_-]{1,64}
). - New:
getLength
method onSnapshot
. (Thanks Edward Dale) - Performance improvements reading journal lines.
- Re-allow dash in cache key (now
-
v1.2.1 Changes
October 08, 2012- Fix: Ensure library references Java 5-compatible version of
Arrays.copyOfRange
. (Thanks Edward Dale)
- Fix: Ensure library references Java 5-compatible version of
-
v1.2.0 Changes
September 30, 2012- New API for cache size adjustment.
- Keys are now enforced to match
[a-z0-9_]{1,64}
(Thanks Brian Langel) - Fix: Cache will gracefully recover if directory is deleted at runtime.
-
v1.1.0 Changes
January 07, 2012- New API for editing an existing snapshot. (Thanks Jesse Wilson)
-
v1.0.0 Changes
January 04, 2012๐ Initial version.