2 writes to IsCacheEntryFresh
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheMiddleware.cs (2)
278
context.
IsCacheEntryFresh
= true;
284
context.
IsCacheEntryFresh
= false;
1 reference to IsCacheEntryFresh
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
288
if (context.
IsCacheEntryFresh
)