I don't understand well the way that DiskLruCache works but I got this error after doing a commit on the editor. The code I followed wrap DiskLruCache was on StackOverflow
Please check the open function static DiskLruCache open(File directory, int appVersion, int valueCount, long maxSize),
The 3rd parameter is valueCount, not entryCount.
Hi
I don't understand well the way that DiskLruCache works but I got this error after doing a commit on the editor. The code I followed wrap DiskLruCache was on StackOverflow
Regards