Ejemplo n.º 1
0
Archivo: Cache.cs Proyecto: tohfe/Olive
 public void AddList(Type type, IEnumerable list)
 {
     if (IsCacheable(type))
     {
         CacheProvider.AddList(type, list);
     }
 }