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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.