예제 #1
0
 public int GetAnother(int b)
 {
     return(_cache.GetOrCreate($"MyService-{b}", e => _inner.GetAnother(b)));
 }