Repo of the Open Source Android library : RoboSpice. RoboSpice is a modular android library that makes writing asynchronous long running tasks easy. It is specialized in network requests, supports caching and offers REST requests out-of-the box using extension modules.
Apache License 2.0
2.95k
stars
545
forks
source link
removeDataFromCache(Class clazz) does nothing. #408
I am trying to remove data from cache for Foo.class and Bar.class. RemoveDataFromCache with cache key actually removes data and makes cache (in settings) smaller whereas removeDataFromCache(Class) does absolutely nothing (no logs either).
Hello,
I am trying to remove data from cache for Foo.class and Bar.class. RemoveDataFromCache with cache key actually removes data and makes cache (in settings) smaller whereas removeDataFromCache(Class) does absolutely nothing (no logs either).
Is it any known bug?
Damian