Improve movie caching functionality
Kirchhoff- opened this issue · 0 comments
Kirchhoff- commented
Currently, we write to the cache only movies received on the screen - discovery. This approach limits the ability to work with movies locally since we do not always have a movie locally obtained using the API (for example, if the movie was received while searching for similar movies, we will not write it to the cache)
We must increase the number of places we will write movies received using the API into the local cache.
Summary
- Cache all movies that are gotten from API (similar, by country, by company etc)