1 write to _hybridCache
Microsoft.AspNetCore.Components.Server (1)
Circuits\DefaultHybridCache.cs (1)
22_hybridCache = hybridCache;
2 references to _hybridCache
Microsoft.AspNetCore.Components.Server (2)
Circuits\DefaultHybridCache.cs (2)
30if (options.HybridPersistenceCache is null && _hybridCache is not null) 32options.HybridPersistenceCache = _hybridCache;