3 references to DisableDistributedCacheRead
Microsoft.Extensions.Caching.Abstractions (1)
Hybrid\HybridCacheEntryFlags.cs (1)
41
DisableDistributedCache =
DisableDistributedCacheRead
| DisableDistributedCacheWrite,
Microsoft.Extensions.Caching.Hybrid (2)
Internal\DefaultHybridCache.cs (1)
162
var flags = GetEffectiveFlags(options) | (HybridCacheEntryFlags.DisableLocalCacheRead | HybridCacheEntryFlags.
DisableDistributedCacheRead
);
Internal\DefaultHybridCache.StampedeStateT.cs (1)
167
if ((Key.Flags & HybridCacheEntryFlags.
DisableDistributedCacheRead
) == 0)