stephanenicolas / robospice

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 clazzm, Object cacheKey) not working on 1.4.13 #465

Open swatigoel opened 7 years ago

swatigoel commented 7 years ago

This method was working fine in version 1.4.11. But to fix one issue https://github.com/stephanenicolas/robospice/issues/91 We upgraded robospice version to 1.4.13

After that removeDataFromCache(Class clazzm, Object cacheKey) is not working.

Is it known issue or we are missing something in latest version?