Loading

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Runtime.Caching;using System.Text;namespace CNBlogs.Zzk.Domain.Entities{ public class DictionaryCacheManager<TK, TV> { private ObjectCache memoryCache; public DictionaryCacheManager():this(null){} ... 阅读全文
posted @ 2012-06-11 18:58 today4king 阅读(3986) 评论(2) 推荐(0) 编辑