Using caching in Asp.Net Core Minimal APIs
Caching provides a better customer experience and makes applications performant and scalable. If the result (query, page, etc.) is cached, the next time the same request comes, the cached data can be fetched instead of processing the request again.
T...
blog.jhonatanoliveira.dev7 min read