1 write to _options
Microsoft.Extensions.Caching.Hybrid (1)
Internal\DefaultHybridCache.cs (1)
76_options = options;
6 references to _options
Microsoft.Extensions.Caching.Hybrid (6)
Internal\DefaultHybridCache.cs (6)
82_backendCache = _options.DistributedCacheServiceKey is null 84: services.GetRequiredKeyedService<IDistributedCache>(_options.DistributedCacheServiceKey); 110MaximumPayloadBytes = checked((int)_options.MaximumPayloadBytes); // for now hard-limit to 2GiB 111_maximumKeyLength = _options.MaximumKeyLength; 113HybridCacheEntryOptions? defaultEntryOptions = _options.DefaultEntryOptions; 136internal HybridCacheOptions Options => _options;