2 writes to _cache
Microsoft.Extensions.Caching.Hybrid (2)
Internal\DefaultHybridCache.StampedeState.cs (2)
42
_cache
= cache;
63
_cache
= cache;
2 references to _cache
Microsoft.Extensions.Caching.Hybrid (2)
Internal\DefaultHybridCache.StampedeState.cs (2)
73
protected DefaultHybridCache Cache =>
_cache
;
77
protected int MaximumPayloadBytes =>
_cache
.MaximumPayloadBytes;