What is difference between System.Web.Caching.Cache and System.Web.HttpContext.Current.Cache ?

 Posted by Bhakti on 11/17/2009 | Category: ASP.NET Interview questions | Views: 6249
Answer:

System.Web.Caching.Cache : Class/type used for caching
System.Web.HttoContect.Current.Cache: Instance of cache class for current HTTP context from a web request (Gets cache object from current application domain)


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response