Ejemplo n.º 1
0
 public void Set <T>(string key, T value, int cacheMinutes = 1440)
 {
     _redisCache.SetData <T>(key, value, cacheMinutes);
 }