次の方法で共有


HybridCacheOptions.DefaultEntryOptions Property

Definition

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