robospice
robospice copied to clipboard
removeDataFromCache(Class clazz) does nothing.
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