예제 #1
0
파일: Cache.cs 프로젝트: tohfe/Olive
 public void AddList(Type type, IEnumerable list)
 {
     if (IsCacheable(type))
     {
         CacheProvider.AddList(type, list);
     }
 }