skydoves / pokedex-compose

🗡️ Pokedex Compose demonstrates modern Android development with Jetpack Compose, Hilt, Coroutines, Flow, Jetpack (Room, ViewModel), and Material Design based on MVVM architecture.
Apache License 2.0
683 stars 112 forks source link

Updating the cache #32

Open alirezaeiii opened 1 month ago

alirezaeiii commented 1 month ago

Hi thank you for this helpful sample, I see in your repositories you get data from cache, and if it is not null or empty, you emit that data. Is there somewhere in the code that you update cache?