2 writes to IsCacheEntryFresh
Microsoft.AspNetCore.OutputCaching (2)
OutputCacheMiddleware.cs (2)
270
context.
IsCacheEntryFresh
= true;
276
context.
IsCacheEntryFresh
= false;
1 reference to IsCacheEntryFresh
Microsoft.AspNetCore.OutputCaching (1)
OutputCacheMiddleware.cs (1)
280
if (context.
IsCacheEntryFresh
)