4 writes to Cache
Microsoft.AspNetCore.Http (2)
Features\QueryFeature.cs (1)
47_features.Fetch(ref _features.Cache, _nullRequestFeature)!;
Features\RequestCookiesFeature.cs (1)
44_features.Fetch(ref _features.Cache, _nullRequestFeature)!;
Microsoft.Extensions.Features (2)
FeatureReferences.cs (2)
22Cache = default; 117Cache = default;
21 references to Cache
Microsoft.AspNetCore.Http (21)
DefaultHttpContext.cs (7)
118_features.Fetch(ref _features.Cache.Items, _newItemsFeature)!; 121_features.Fetch(ref _features.Cache.ServiceProviders, this, _newServiceProvidersFeature)!; 124_features.Fetch(ref _features.Cache.Authentication, _newHttpAuthenticationFeature)!; 127_features.Fetch(ref _features.Cache.Lifetime, _newHttpRequestLifetimeFeature)!; 130_features.Fetch(ref _features.Cache.Session, _newSessionFeature)!; 133_features.Fetch(ref _features.Cache.Session, _nullSessionFeature); 136_features.Fetch(ref _features.Cache.RequestIdentifier, _newHttpRequestIdentifierFeature)!;
Internal\DefaultConnectionInfo.cs (3)
41_features.Fetch(ref _features.Cache.Connection, _newHttpConnectionFeature)!; 44_features.Fetch(ref _features.Cache.TlsConnection, _newTlsConnectionFeature)!; 47_features.Fetch(ref _features.Cache.ConnectionLifetime, _newConnectionLifetime)!;
Internal\DefaultHttpRequest.cs (6)
50_features.Fetch(ref _features.Cache.Request, _nullRequestFeature)!; 53_features.Fetch(ref _features.Cache.Query, _newQueryFeature)!; 56_features.Fetch(ref _features.Cache.Form, this, _newFormFeature)!; 59_features.Fetch(ref _features.Cache.Cookies, _newRequestCookiesFeature)!; 62_features.Fetch(ref _features.Cache.RouteValues, _newRouteValuesFeature)!; 65_features.Fetch(ref _features.Cache.BodyPipe, this.HttpContext, _newRequestBodyPipeFeature)!;
Internal\DefaultHttpResponse.cs (3)
46_features.Fetch(ref _features.Cache.Response, _nullResponseFeature)!; 49_features.Fetch(ref _features.Cache.ResponseBody, _nullResponseBodyFeature)!; 52_features.Fetch(ref _features.Cache.Cookies, _newResponseCookiesFeature)!;
Internal\DefaultWebSocketManager.cs (2)
40_features.Fetch(ref _features.Cache.Request, _nullRequestFeature)!; 43_features.Fetch(ref _features.Cache.WebSockets, _nullWebSocketFeature)!;