Does anyone know how to disable ActiveAndroid default behavior of caching object models in LruCache?
I want to disable entirely from my project. I have been able to clear the cache manually using Cache.clear(); but I need to keep doing it every time I need to clear it. I just want to disable all together via configuration.