3 references to SetDateHeaders
Microsoft.AspNetCore.OutputCaching.Tests (3)
OutputCacheMiddlewareTests.cs (3)
229
SetDateHeaders
(context.CachedResponse, utcNow + TimeSpan.FromSeconds(10), utcNow - TimeSpan.FromSeconds(10));
234
SetDateHeaders
(context.CachedResponse, utcNow + TimeSpan.FromSeconds(10), utcNow);
239
SetDateHeaders
(context.CachedResponse, utcNow - TimeSpan.FromSeconds(10), utcNow + TimeSpan.FromSeconds(10));