Fetching data over the network can be costly which is why you might want to introduce caching to prevent unnecessary network calls from happening. In this lesson you will learn how to implement a simple caching strategy combining Angular's HttpClient
and RxJS operators.
(Note, this video lesson is highly inspired by Thoughtram's article on Advanced caching with RxJS)