I am working MVC project. I am having access of view page only in one project which I load using view engine.
Now I want to use object caching on view page as I do not want to call service method every time.
Is there any way to do this? Any help is appreciated. Thanks.