I have read lots of information about page caching and partial page caching in a MVC application. However, I would like to know how you would cache data.
In my scena
HttpContext.Current.Cache.Insert("subjectlist", subjectlist);