会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
陈 晨
从1+1开始,从abc学起
博客园
首页
新随笔
联系
管理
订阅
2008年7月15日
HttpContext.Current.Cache vs. HttpRuntime.Cache
摘要: .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)
编辑
公告