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该类的实现。

浙公网安备 33010602011771号