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