Ejemplo n.º 1
0
 public async Task <ConfigEntrySlim> GetSettingAsync(ClaimsPrincipal user, string key) =>
 await cache.GetAsync(user.AsSessionInfo(), key, () => configManager.GetSettingAsync(user, key));