예제 #1
0
 public RealtimeAuthenticationController(ITyrCache cache, IServiceTokenService serviceTokenService)
 {
     _cache = cache;
     _serviceTokenService = serviceTokenService;
 }
예제 #2
0
 public static ValueTask <string?> GetValueAsync(this ITyrCache cache, string key)
 => cache.GetValueAsync <string>(key);