Exemplo n.º 1
0
 public string GetSchoolName(string laestab)
 {
     return(_cache.GetOrCreate("GetSchoolName" + CheckingWindow + laestab, () => _establishmentService.GetSchoolName(laestab),
                               null, databaseId: RedisDb.General));
 }