Summary
Review the concepts of caching streams.
We'll cover the following...
In this chapter, we explained the concepts of caching in web applications, including its benefits and use cases. We focused on a concrete example in our recipe app, detailed the requirement, and implemented it in a reactive way. We learned about the behavior of the shareReplay
operator and the alternative implementation using the share
operator ...