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