December 2019
Intermediate to advanced
510 pages
11h 33m
English
In this chapter, we covered some of the main caching scenarios in ASP.NET Core so that you know how the HTTP cache works and how it can be implemented. Furthermore, we learned how to implement a distributed cache using the IDistributedCache interface and how to connect the web service to a Redis instance. In the next chapter, we will look at how to deal with logging management and how to perform health checks on the dependencies of the catalog web service.