This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| We use picaaso to download images in background for our android application. | |
| But we found that when I killed my application 3 times, the picasso cache was cleared automatically. | |
| So I do some research for this appearances, and I found that the problem is about DiskLruCache.class. | |
| In this class, it created a file called "journal" in picasso-cache directory. The file recorded every image file name, just as follow: | |
| journal example: ------------ | |
| libcore.io.DiskLruCache |