1 write to _cache
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateValidationCache.cs (1)
24_cache = new MemoryCache(new MemoryCacheOptions { SizeLimit = _options.CacheSize, Clock = new CachingClock(timeProvider) });
2 references to _cache
Microsoft.AspNetCore.Authentication.Certificate (2)
CertificateValidationCache.cs (2)
48return _cache.Get<AuthenticateResult>(key)?.Clone(); 72_cache.Set(key, result.Clone(), new MemoryCacheEntryOptions()