ObjectCache
ObjectCache copied to clipboard
A simple cache for Objects in Android.
Could not get resource 'https://repo.maven.apache.org/maven2/com/iainconnor/objectcache/0.0.18-SNAPSHOT/maven-metadata.xml'. 请问是在maven上清了吗?
i have created a object cache for 2 hours (ex: 8am to 10am) , when 2 hours get completed data will disappear in app as expected, but problem is their...
Hi, great project! I'm working with images and documents, is it possible to turn off runtimeCache because i receive a lot of OOM. Let me know
I'm using your library in my app and sometimes I get ClassCastException as below while trying to get ArrayList from cache. Usually it works ok but without any reason it...
Tried following code -keep public class com.iainconnor.objectcache.**{*;} -keep public interface com.iainconnor.objectcache.**{_;} -keep public enum com.iainconnor.objectcache.__{_;} -keepattributes ElementList, Root -keepclassmembers class com.iainconnor.objectcache.CacheManager{ _; } -keepclassmembers class com.iainconnor.objectcache.DiskCache{ *; } -keepclassmembers class...
It would be fine to make this possible. Now Gson is just instatiated, with every of it usage.
Shouldn't this method check expiration besides just checking key existance in DiskCache?
Hi. When trying to use gradle to install this, it seems I needed to do the following: compile 'com.iainconnor:objectcache:0.0.18-SNAPSHOT@aar' to get gradle to download correctly - otherwise it tried to...
Current examples for `put()` and `putAsync()` do not work, because they're missing `allowSoftExpiry` parameter.
There is question about SoftCachedObject and its usefullness