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