Beispiel #1
0
 public void AddList(Type type, IEnumerable list)
 {
     if (IsCacheable(type))
     {
         CacheProvider.AddList(type, list);
     }
 }