<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.11" />

Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryFlags

public enum HybridCacheEntryFlags
Additional flags that apply to a HybridCache operation.

Disables compression for this payload.

Disables both reading from and writing to the secondary distributed cache.

Disables reading from the secondary distributed cache.

Disables writing to the secondary distributed cache.

Disables both reading from and writing to the local in-process cache.

Disables reading from the local in-process cache.

Disables writing to the local in-process cache.

Only fetches the value from cache; does not attempt to access the underlying data store.

None = 0

No additional flags.