页首Html代码

随笔分类 -  ASP.NET

摘要:1 //清除所有缓存 2 protected void RemoveAllCache() 3 { 4 System.Web.Caching.Cache _cache = HttpRuntime.Cache; 5 IDictionaryEnumerator CacheEnum = _cache.GetEnumerator(); 6 ArrayList al = new ArrayList(); 7 while (CacheEnum.MoveNext()) 8 { 9 al... 阅读全文
posted @ 2011-09-24 00:28 Hauk.Wong 阅读(364) 评论(0) 推荐(0)

页脚Html代码