随笔分类 -  Cache

Cache 操作类
摘要:public class CacheManage { public static Object GetCache(string cacheKey) { if (HttpRuntime.Cache[cacheKey] != null) ... 阅读全文

posted @ 2014-07-25 12:05 忙碌ing 阅读(174) 评论(0) 推荐(0)

导航