2008年7月15日
摘要: .NET中Cache有两种调用方式:HttpContext.Current.Cache 和 HttpRuntime.Cache,这两种方式有什么区别呢?我们先看MSDN上的解释: HttpContext.Current.Cache:为当前 HTTP 请求获取Cache对象。 HttpRuntime.Cache:获取当前应用程序的Cache。 阅读全文
posted @ 2008-07-15 23:47 陈晨 阅读(7990) 评论(6) 推荐(2) 编辑