示例#1
0
文件: Cache.cs 项目: tohfe/Olive
 public void AddList(Type type, IEnumerable list)
 {
     if (IsCacheable(type))
     {
         CacheProvider.AddList(type, list);
     }
 }