Android-CleanArchitecture-Kotlin
Android-CleanArchitecture-Kotlin copied to clipboard
Cache policy
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.
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 :)