1 write to CachedResponseValidFor
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
397context.CachedResponseValidFor = context.ResponseExpirationTimeSpan ?? _options.DefaultExpirationTimeSpan;
1 reference to CachedResponseValidFor
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
442await OutputCacheEntryFormatter.StoreAsync(context.CacheKey, context.CachedResponse, context.Tags, context.CachedResponseValidFor,