Esempio n. 1
0
File: Cache.cs Progetto: tohfe/Olive
 public void AddList(Type type, IEnumerable list)
 {
     if (IsCacheable(type))
     {
         CacheProvider.AddList(type, list);
     }
 }