1 write to _options
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
68_options = options.Value;
6 references to _options
Microsoft.AspNetCore.OutputCaching (6)
OutputCacheMiddleware.cs (6)
220if (_options.BasePolicies != null) 223result.AddRange(_options.BasePolicies); 261context.ResponseTime = _options.TimeProvider.GetUtcNow(); 397context.CachedResponseValidFor = context.ResponseExpirationTimeSpan ?? _options.DefaultExpirationTimeSpan; 467context.ResponseTime = _options.TimeProvider.GetUtcNow(); 498_options.MaximumBodySize,