摘要:
//创建缓存依赖项 CacheDependency dep = new CacheDependency(fileName); //创建缓存 HttpContext.Current.Cache.Insert(key, obj, dep);获取CacheDependency 的方法 if (string.IsNullOrEmpty(key)) { return null; } return H... 阅读全文
posted @ 2013-08-13 10:31
天使半只翼
阅读(394)
评论(0)
推荐(0)
浙公网安备 33010602011771号