System.Web.Caching、HttpContext.Current.Cache、HttpRuntime.Cache三者之间的区别

 

HttpRuntime.Cache是应用程序级别的

 

HttpContext.Current.Cache是针对当前WEB上下文定义的

 

不同的是:HttpRuntime下的除了WEB中可以使用外,非WEB程序也可以使用。

 

HttpRuntime.Cache 和 HttpContext.Current.Cache都是System.Web.Caching.Cache该类的实现。

posted @ 2016-12-29 17:51  飞刀软件  阅读(473)  评论(0)    收藏  举报