Home » Unlabelled » How can get access to cache object ? | ASP.Net interview questions
Saturday, 27 April 2013
How can get access to cache object ? | ASP.Net interview questions
The Cache object is defined in the System.Web.Caching namespace. You can get a reference to the Cache object by using the Cache property of the HttpContext class in the System.Web namespace or by using the Cache property of the Page object.
No comments:
Post a Comment