ASP.NET Offers great caching api with lots of functionality. Can anybody answer me that how i can use the caching api with the asp.net mvc.
ASP.NET Offers great caching api with lots of functionality. Can anybody answer me that
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure if you’ve seen this already, but you might want to take a look at the OutputCache attribute.
You can use this attribute on the actions in your controllers.. this allows you to cache the action’s output.
There is some info on this page of Scott Gu’s blog (the section titled ‘OutputCache Filter’) : http://weblogs.asp.net/scottgu/archive/2008/07/14/asp-net-mvc-preview-4-release-part-1.aspx