How do we do cache management in MVC ?
Loading
How do we do cache management in MVC ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted May 30, 2024, 9:47 AM
https://www.c-sharpcorner.com/Blogs/caching-in-asp-net-mvc
Aravind GovindarajPosted May 30, 2024, 12:15 PM
Typically, cache management is used to improve the application performance and we can annotate this in top of the API methods. please find the snippet for the same.
Please find more information in this below link
https://www.tutorialspoint.com/asp.net_mvc/asp.net_mvc_caching.htm#:~:text=In%20ASP.NET%20MVC%2C%20there,particular%20controller%20in%20the%20memory.