HybridCacheOptions.DefaultEntryOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default global options to be applied to HybridCache operations; if options are specified at the individual call level, the non-null values are merged (with the per-call options being used in preference to the global options). If no value is specified for a given option (globally or per-call), the implementation may choose a reasonable default.
public:
property Microsoft::Extensions::Caching::Hybrid::HybridCacheEntryOptions ^ DefaultEntryOptions { Microsoft::Extensions::Caching::Hybrid::HybridCacheEntryOptions ^ get(); void set(Microsoft::Extensions::Caching::Hybrid::HybridCacheEntryOptions ^ value); };
public Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions? DefaultEntryOptions { get; set; }
member this.DefaultEntryOptions : Microsoft.Extensions.Caching.Hybrid.HybridCacheEntryOptions with get, set
Public Property DefaultEntryOptions As HybridCacheEntryOptions
Property Value
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.