May 2019
Intermediate to advanced
504 pages
11h 50m
English
In a distributed cloud application with a fine-grained microservice architecture, distributed caching can provide much desired data coherence, as well as performance improvements. Generally speaking, the distribution of the infrastructure, the data model, as well as costs, are deciding factors regarding whether to use a distributed cache implementation.
ASP.NET Core offers various caching options, one of which is distributed caching. The available distributed cache options are as follows:
While the memory cache is not a production-ready strategy, SQL and Redis can be viable options for a cloud application that's been developed with ...
Read now
Unlock full access