1 write to _hybridCache
Microsoft.AspNetCore.Components.Server (1)
Circuits\HybridCacheCircuitPersistenceProvider.cs (1)
29_hybridCache = hybridCache;
3 references to _hybridCache
Microsoft.AspNetCore.Components.Server (3)
Circuits\HybridCacheCircuitPersistenceProvider.cs (3)
51await _hybridCache.SetAsync(circuitId.Secret, persistedCircuitState, _cacheWriteOptions, _tags, cancellation); 70var state = await _hybridCache.GetOrCreateAsync( 83await _hybridCache.RemoveAsync(circuitId.Secret, cancellation);