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)
30
if (options.HybridPersistenceCache is null &&
_hybridCache
is not null)
32
options.HybridPersistenceCache =
_hybridCache
;