Android-CleanArchitecture-Kotlin icon indicating copy to clipboard operation
Android-CleanArchitecture-Kotlin copied to clipboard

Cache policy

Open roxananistor92 opened this issue 7 years ago • 1 comments

Did you think to update this project and make a cache policy? Because here you always make a data request, nothing is cached? You can use a MediatorLiveData for this one.

roxananistor92 avatar Sep 05 '18 09:09 roxananistor92

Actually the contract for a Memory Data Source is there, it lacks implementation but keep in mind that is an implementation detail. :).

A PR is more than welcome :)

android10 avatar Aug 17 '19 08:08 android10