simple-disk-cache icon indicating copy to clipboard operation
simple-disk-cache copied to clipboard

Developer friendly abstraction over DiskLruCache

Results 9 simple-disk-cache issues
Sort by recently updated
recently updated
newest added

I used this code to cache and retrive an Image file. The bitmap returned in last line was null. I used debug and observed each step and in every step...

When upload the apk to the play store then it shows 0 supported devices, this because of: compile 'org.apache.directory.studio:org.apache.commons.io:2.4' Others had the same issue: http://stackoverflow.com/questions/14020237/android-app-is-supported-by-0-devices I removed the upper library...

While using simpleDiskCache, I find that some files disappear after a while Is there a setting option for the file lifetime that I am missing? Any other ideas?

Do not create new try/catch blocks in the write/read methods, its incredibly inefficient. Move the try/catch around the entire loop operation. This makes write 50x-100x slower.

i am using json volley with simple disk cache class. but issue is that i am getting jsonArray as response, so how to put it as inputStream argument? my code...

I want to save mp4 file to cache and retrieve it. How can I archive it

I have replace Apache Commons IO dependence with google guava. And have add new public methods: put(String key, String value, Object[] array) - the value I have use to put...

You currently can only do this if you do openOutputStream which also zeros out the data/file associated with it