1
Answer

How to use caching in MVC properly?

I have a form which retrieves a huge amount of data from a database based on the dropdown, how to cache those data to enhance performance?

Answers (1)