What are the alternative solutions to Output Cache in asp.net MVC3? I don’t know whether its the only one or there are other alternative solutions and hence asked. This is just for gk, and not a technical question.
Thanks
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.
You can implement your own cache provider or use third parties.
Examples:
Output cache is just an attribute with some logic that talks to the cache provider. You can implement your own attribute which will talk to the cache provider of your choice.